[llvm] [InstCombine] Modify zero-indexed GEPs in place rather than cloning (PR #185053)
Manasij Mukherjee via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 09:50:54 PST 2026
manasij7479 wrote:
Would it make sense to create a new instruction and `replaceAllUsesWith` instead of modifying the GEP in place?
https://github.com/llvm/llvm-project/pull/185053
More information about the llvm-commits
mailing list