[llvm] [InstCombine] Canonicalize `gep T, (gep i8, base, C1), (Index +nsw C2)` into `gep T, (gep i8, base, C1 + C2 * sizeof(T)), Index` (PR #76177)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 23:33:31 PDT 2024
https://github.com/nikic commented:
Reverse ping. I'm okay with taking this without doing the gep+gep case first...
https://github.com/llvm/llvm-project/pull/76177
More information about the llvm-commits
mailing list