[llvm] [X86] Fix more medium code model addressing modes (PR #75641)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 10:14:11 PST 2023


================
@@ -6,8 +6,9 @@
 define ptr @f() {
 ; CHECK-LABEL: f:
 ; CHECK:       # %bb.0:
-; CHECK-NEXT:    leaq _GLOBAL_OFFSET_TABLE_(%rip), %rax
-; CHECK-NEXT:    leaq g at GOTOFF(%rax), %rax
----------------
rnk wrote:

Right, this was incorrect.

https://github.com/llvm/llvm-project/pull/75641


More information about the llvm-commits mailing list