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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 28 18:46:04 PDT 2024


nikic wrote:

I think we should at least try to solve this by breaking up the GEPs first. If that is not feasible without a lot of effort right now (because too many other opts depend on the status quo), then we can consider this direction.

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


More information about the llvm-commits mailing list