[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
[oota-llvm.git] / test / CodeGen / PowerPC / vsx-ldst.ll
index d198f0b8636813e846f80bf0e544a687d1743de2..7f12b0480e1348ccc929a62e4abba491bff77d42 100644 (file)
@@ -12,7 +12,6 @@
 ; RUN: llc -mcpu=pwr8 -mattr=+vsx -O2 -mtriple=powerpc64le-unknown-linux-gnu < %s > %t
 ; RUN: grep lxvd2x < %t | count 6
 ; RUN: grep stxvd2x < %t | count 6
-; RUN: grep xxswapd < %t | count 12
 
 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16
 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16