diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-01-23 08:00:59 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-01-23 08:00:59 +0000 |
commit | 0271d10d35fcb227290256cca7b353868d7f1b67 (patch) | |
tree | 35b361644c73bebb7c6e7c298e9f64d0ed5920ee /llvm/test/CodeGen/X86/avx.ll | |
parent | 5059813c2d5edc64e6d3427a5fd0625b853e1b35 (diff) | |
download | bcm5719-llvm-0271d10d35fcb227290256cca7b353868d7f1b67.tar.gz bcm5719-llvm-0271d10d35fcb227290256cca7b353868d7f1b67.zip |
[x86] Change u8imm operands to always print as unsigned. This makes shuffle masks and the like make way more sense.
llvm-svn: 226902
Diffstat (limited to 'llvm/test/CodeGen/X86/avx.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx.ll b/llvm/test/CodeGen/X86/avx.ll index cba6d98f5a8..6069c14f0d8 100644 --- a/llvm/test/CodeGen/X86/avx.ll +++ b/llvm/test/CodeGen/X86/avx.ll @@ -60,7 +60,7 @@ define <4 x float> @insertps_from_vector_load_offset_2(<4 x float> %a, <4 x floa ; X32: movl 8(%esp), %ecx ; CHECK-NOT: mov ;; Try to match a bit more of the instr, since we need the load's offset. -; CHECK: vinsertps $-64, 12(%{{...}},%{{...}}), % +; CHECK: vinsertps $192, 12(%{{...}},%{{...}}), % ; CHECK-NEXT: ret %1 = getelementptr inbounds <4 x float>* %pb, i64 %index %2 = load <4 x float>* %1, align 16 |