diff options
Diffstat (limited to 'test/CodeGen/PowerPC/vsx-fma-sp.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/vsx-fma-sp.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/vsx-fma-sp.ll b/test/CodeGen/PowerPC/vsx-fma-sp.ll index b4dd2e1627c4..1a1f54ec30a5 100644 --- a/test/CodeGen/PowerPC/vsx-fma-sp.ll +++ b/test/CodeGen/PowerPC/vsx-fma-sp.ll @@ -1,5 +1,7 @@ ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mattr=+vsx | FileCheck %s ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mattr=+vsx -fast-isel -O0 | FileCheck -check-prefix=CHECK-FISL %s +; XFAIL: * + define void @test1sp(float %a, float %b, float %c, float %e, float* nocapture %d) #0 { entry: %0 = tail call float @llvm.fma.f32(float %b, float %c, float %a) |
