diff options
| author | James Newling <james.newling@gmail.com> | 2025-08-07 08:28:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 08:28:04 -0700 |
| commit | 0cb98c721bb540febab0fc0094388480940c49b0 (patch) | |
| tree | f63cdddf262902bd00c4d8e0bf9bfbcd1b785480 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 44fbeb3215f31ace95ea2a7e88121920e813db5d (diff) | |
[mlir][vector] Replace vector.splat with vector.broadcast in some tests (#152230)
Splat is deprecated, and being prepared for removal in a future release.
https://discourse.llvm.org/t/rfc-mlir-vector-deprecate-then-remove-vector-splat/87143/5
The command I used, catches almost every splat op:
```
perl -i -pe
's/vector\.splat\s+(\S+)\s*:\s*vector<((?:\[?\d+\]?x)*)\s*([^>]+)>/vector.broadcast
$1 : $3 to vector<$2$3>/g' filename
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
