llvm-project
6020a97f
- [MLIR] Fix use-after-scope when interchanging ploops (#196076)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#196076 - [MLIR] Fix use-after-scope when interchanging ploops
Author
d0k
Parents
459d1745
Loading