[llvm] [InstCombine] Canonicalize `gep T, (gep i8, base, C1), (Index + C2)` into `gep T, (gep i8, base, C1 + C2 * sizeof(T)), Index` (PR #76177)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 06:11:49 PDT 2024
https://github.com/dtcxzyw edited https://github.com/llvm/llvm-project/pull/76177
More information about the llvm-commits
mailing list