summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-08-19 19:04:47 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-08-19 19:04:47 +0000
commit5f1cea414123eff634d3d7e0320cdb3f0a825e57 (patch)
treeb4565431f56d5658ced6f6b84bd90ce67e762382 /llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
parente66a7ccf776b8d22819c4baa518a1d5825811c96 (diff)
downloadbcm5719-llvm-5f1cea414123eff634d3d7e0320cdb3f0a825e57.tar.gz
bcm5719-llvm-5f1cea414123eff634d3d7e0320cdb3f0a825e57.zip
Temporary fix for the self-host failures introduced by rL244921.
This revision has introduced an issue that only affects bootstrapped compiler when it is printing the ASM. I am working on resolving the issue, but in the meantime, I'm disabling the legalization of scalar_to_vector operation for v2i64 and the associated testing until I can get this fixed. llvm-svn: 245481
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll b/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
index 535ddf4f574..01edab0eb76 100644
--- a/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
+++ b/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
@@ -59,9 +59,9 @@ entry:
%splat.splatinsert = insertelement <2 x i64> undef, i64 %0, i32 0
%splat.splat = shufflevector <2 x i64> %splat.splatinsert, <2 x i64> undef, <2 x i32> zeroinitializer
ret <2 x i64> %splat.splat
-; CHECK: mtvsrd {{[0-9]+}}, 3
-; CHECK-LE: mtvsrd [[REG1:[0-9]+]], 3
-; CHECK-LE: xxswapd {{[0-9]+}}, [[REG1]]
+; FIXME-CHECK: mtvsrd {{[0-9]+}}, 3
+; FIXME-CHECK-LE: mtvsrd [[REG1:[0-9]+]], 3
+; FIXME-CHECK-LE: xxswapd {{[0-9]+}}, [[REG1]]
}
; Function Attrs: nounwind
OpenPOWER on IntegriCloud