summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/x86-crc32-demanded.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/x86-crc32-demanded.ll')
-rw-r--r--test/Transforms/InstCombine/x86-crc32-demanded.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/InstCombine/x86-crc32-demanded.ll b/test/Transforms/InstCombine/x86-crc32-demanded.ll
index be257ac4c7..878b97d1bb 100644
--- a/test/Transforms/InstCombine/x86-crc32-demanded.ll
+++ b/test/Transforms/InstCombine/x86-crc32-demanded.ll
@@ -6,12 +6,12 @@
define i64 @test() nounwind {
entry:
; CHECK: test
-; CHECK: tail call i64 @llvm.x86.sse42.crc64.64
+; CHECK: tail call i64 @llvm.x86.sse42.crc32.64.64
; CHECK-NOT: and
; CHECK: ret
- %0 = tail call i64 @llvm.x86.sse42.crc64.64(i64 0, i64 4) nounwind
+ %0 = tail call i64 @llvm.x86.sse42.crc32.64.64(i64 0, i64 4) nounwind
%1 = and i64 %0, 4294967295
ret i64 %1
}
-declare i64 @llvm.x86.sse42.crc64.64(i64, i64) nounwind readnone
+declare i64 @llvm.x86.sse42.crc32.64.64(i64, i64) nounwind readnone