[PATCH] D91339: [X86] Include %rip for 32-bit RIP-relative relocs for x32
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 22 16:45:13 PST 2020
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/pic.ll:25
+; CHECK-I686: ret
+; CHECK-DAG-X32: movl dst at GOTPCREL(%rip),
+; CHECK-DAG-X32: movl ptr at GOTPCREL(%rip),
----------------
Sorry for not finding it in time.
The prefix `CHECK-DAG-X32` seems not been used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91339/new/
https://reviews.llvm.org/D91339
More information about the llvm-commits
mailing list