llvm-project/llvm/test/Transforms/ConstraintElimination
Yingwei Zheng d91a5c33df
[ConstraintElim] Bail out on non-canonical GEPs (#156688)
In most cases, GEPs should be canonicalized by InstCombine. Bail out on
non-canonical forms for simplicity.
Fixes
https://github.com/llvm/llvm-project/pull/155253#issuecomment-3248457478.
2025-09-03 15:42:52 +00:00
..