Commit 926c405
committed
Auto merge of #121068 - saethlin:no-inbounds, r=<try>
[perf experiment] Only emit gep not gepi
r? `@ghost`
Re-creating #120483, trying to measure the perf impact of `gep` vs `gepi`. That previous PR was with LLVM 17 and it found a runtime perf _improvement_, so in part this PR is assessing if that was fixed in LLVM 18.
Codegen tests will fail.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
0 commit comments