llvm-project
2721f5af - [mlir][vector] Prevent folding of OOB values in insert/extract (#135498)

Commit
286 days ago
[mlir][vector] Prevent folding of OOB values in insert/extract (#135498) Out of bound position values should not be folded in vector.extract and vector.insert operations, as only in bounds constants and -1 are valid. Fixes #134516
Author
Parents
Loading