]> granicus.if.org Git - clang/commitdiff
[X86] LLVM now prints XOP immediates as unsigned after r250147. Fix expected check...
authorCraig Topper <craig.topper@gmail.com>
Tue, 13 Oct 2015 05:15:17 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 13 Oct 2015 05:15:17 +0000 (05:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250149 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/xop-builtins.c

index c82d82788962b0da1a071148dc7e840faa69b302..97b39c708dde25cf1f0b229298352448bad7a011 100644 (file)
@@ -225,7 +225,7 @@ __m128i test_mm_roti_epi16(__m128i a) {
 
 __m128i test_mm_roti_epi32(__m128i a) {
   // CHECK: @llvm.x86.xop.vprotdi
-  // CHECK-ASM: vprotd $-30, %xmm{{.*}}, %xmm{{.*}}
+  // CHECK-ASM: vprotd $226, %xmm{{.*}}, %xmm{{.*}}
   return _mm_roti_epi32(a, -30);
 }