llvm-project
6020a97f - [MLIR] Fix use-after-scope when interchanging ploops (#196076)

Commit
10 days ago
[MLIR] Fix use-after-scope when interchanging ploops (#196076) getInductionVars returns a SmallVector, so going through zip+reverse gets us a dangling reference. Quite a footgun. Found by asan.
Author
d0k d0k
Parents
Loading