X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Favx2-conversions.ll;h=5f17f1bfe377f63870f03c66382eee03cfbd8077;hp=f49718e4c8b6074a4b3b42d2aa7bb6e6ddcc6d79;hb=3d4542ce3da1cb0782c65d38130556a00ed2586d;hpb=bb539d3b4c7f5e933d0f585f9e766f21965c5881 diff --git a/test/CodeGen/X86/avx2-conversions.ll b/test/CodeGen/X86/avx2-conversions.ll index f49718e4c8b..5f17f1bfe37 100644 --- a/test/CodeGen/X86/avx2-conversions.ll +++ b/test/CodeGen/X86/avx2-conversions.ll @@ -84,7 +84,7 @@ define <16 x i16> @sext_16i8_16i16(<16 x i8> %z) { ; CHECK-LABEL: trunc_16i16_16i8: ; CHECK: vpshufb ; CHECK: vpshufb -; CHECK: vpor +; CHECK: vpunpcklqdq ; CHECK: ret define <16 x i8> @trunc_16i16_16i8(<16 x i16> %z) { %t = trunc <16 x i16> %z to <16 x i8>