This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e8fece1
committed
Auto merge of rust-lang#121068 - saethlin:no-inbounds, r=<try>
[perf experiment] Only emit gep not gepi
r? `@ghost`
Re-creating rust-lang#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 | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
0 commit comments