[llvm] [InstCombine] Try to fold add into GEP x, C (PR #85090)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 08:14:41 PDT 2024


https://github.com/nikic requested changes to this pull request.

I'm not really willing to take patches for the formation of "big GEPs" anymore at this point. Our canonicalization direction should start to go in the opposite direction, breaking up these GEPs into smaller parts. At that point, the existing gep+add to gep+gep canonicalization will also handle this.

https://github.com/llvm/llvm-project/pull/85090


More information about the llvm-commits mailing list