diff options
| author | Slava Gurevich <sgurevich@gmail.com> | 2025-10-28 17:01:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 17:01:01 -0700 |
| commit | 2fc4d0ecd1cf7a21774400f512454f837716cda7 (patch) | |
| tree | ddf13808cd5e84193902ac0224743c3026a1296f /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
| parent | c2aa22f3cee05b54fc1e6b39822389c33c59dd96 (diff) | |
| download | llvm-2fc4d0ecd1cf7a21774400f512454f837716cda7.zip llvm-2fc4d0ecd1cf7a21774400f512454f837716cda7.tar.gz llvm-2fc4d0ecd1cf7a21774400f512454f837716cda7.tar.bz2 | |
[MLIR] Fix use-after-move in debug logging (#165208)
1. In `Transforms.cpp` the debug macro is accessing a SmallVector
variable that has been moved-from and reset. Fixed by reordering code
for the move-from to happen last.
2. `IterationGraphSorter` Refine the previous use-after-move fix for
style/readability by renaming the private constructor args to resolve
naming ambiguity with the class members.
Testing: `ninja check-mlir`
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions
