llvm-project
d9971be8 - [InstCombine] Make foldCmpLoadFromIndexedGlobal more resilient to non-array geps. (#150639)

Commit
139 days ago
[InstCombine] Make foldCmpLoadFromIndexedGlobal more resilient to non-array geps. (#150639) My understanding is that gep [n x i8] and gep i8 can be treated equivalently - the array type conveys no extra information and could be removed. This goes through foldCmpLoadFromIndexedGlobal and tries to make it work for non-array gep types, so long as the index type still matches the array being loaded.
Author
Parents
Loading