[llvm] 0d835ba - [X86] Regenerate sdiv_fix.ll tests. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 03:37:56 PST 2021
Author: Simon Pilgrim
Date: 2021-02-25T11:37:46Z
New Revision: 0d835ba48dfb803de3a170cee3b79b4deb9e80b8
URL: https://github.com/llvm/llvm-project/commit/0d835ba48dfb803de3a170cee3b79b4deb9e80b8
DIFF: https://github.com/llvm/llvm-project/commit/0d835ba48dfb803de3a170cee3b79b4deb9e80b8.diff
LOG: [X86] Regenerate sdiv_fix.ll tests. NFCI.
Added:
Modified:
llvm/test/CodeGen/X86/sdiv_fix.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/sdiv_fix.ll b/llvm/test/CodeGen/X86/sdiv_fix.ll
index 3b3a1b57ecd0..30794873cb49 100644
--- a/llvm/test/CodeGen/X86/sdiv_fix.ll
+++ b/llvm/test/CodeGen/X86/sdiv_fix.ll
@@ -274,7 +274,7 @@ define i64 @func5(i64 %x, i64 %y) nounwind {
; X64-NEXT: movq %rbx, %rsi
; X64-NEXT: movq %r14, %rdx
; X64-NEXT: movq %r12, %rcx
-; X64-NEXT: callq __divti3
+; X64-NEXT: callq __divti3 at PLT
; X64-NEXT: movq %rax, %r13
; X64-NEXT: decq %rax
; X64-NEXT: movq %rax, (%rsp) # 8-byte Spill
@@ -287,7 +287,7 @@ define i64 @func5(i64 %x, i64 %y) nounwind {
; X64-NEXT: movq %rbx, %rsi
; X64-NEXT: movq %r14, %rdx
; X64-NEXT: movq %r12, %rcx
-; X64-NEXT: callq __modti3
+; X64-NEXT: callq __modti3 at PLT
; X64-NEXT: orq %rax, %rdx
; X64-NEXT: setne %al
; X64-NEXT: testb %bpl, %al
More information about the llvm-commits
mailing list