[x86] Update the order of instructions after I switched to a bitcast
authorChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 06:02:37 +0000 (06:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 06:02:37 +0000 (06:02 +0000)
helper that skips creating a cast when it isn't necessary.

It's really somewhat concerning that this was caused by the the presence
of a no-op bitcast, but...

llvm-svn: 238642

llvm/test/CodeGen/X86/avx-vperm2x128.ll

index 10ed079..74d20f3 100644 (file)
@@ -147,8 +147,8 @@ define <16 x i16> @E5i(<16 x i16>* %a, <16 x i16>* %b) nounwind uwtable readnone
 ; AVX1-LABEL: E5i:
 ; AVX1:       ## BB#0: ## %entry
 ; AVX1-NEXT:    vmovdqa (%rdi), %ymm0
-; AVX1-NEXT:    vpaddw {{.*}}(%rip), %xmm0, %xmm0
 ; AVX1-NEXT:    vmovaps (%rsi), %ymm1
+; AVX1-NEXT:    vpaddw {{.*}}(%rip), %xmm0, %xmm0
 ; AVX1-NEXT:    vinsertf128 $1, %xmm0, %ymm1, %ymm0
 ; AVX1-NEXT:    retq
 ;