We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4e8f8 commit fa3dfa8Copy full SHA for fa3dfa8
llvm/test/CodeGen/X86/i128-udiv.ll
@@ -48,7 +48,6 @@ define i128 @test2(i128 %x) nounwind {
48
; X64-NEXT: callq __udivti3@PLT
49
; X64-NEXT: popq %rcx
50
; X64-NEXT: retq
51
-; X86 doesn't have __divti3, so the urem is expanded into a loop.
52
%tmp = udiv i128 %x, -73786976294838206464
53
ret i128 %tmp
54
}
@@ -66,7 +65,6 @@ define i128 @test3(i128 %x) nounwind {
66
65
67
68
69
70
%tmp = udiv i128 %x, -73786976294838206467
71
72
0 commit comments