diff options
Diffstat (limited to 'test/CodeGen/PowerPC/sdag-ppcf128.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/sdag-ppcf128.ll | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/PowerPC/sdag-ppcf128.ll b/test/CodeGen/PowerPC/sdag-ppcf128.ll deleted file mode 100644 index 9b41ebac9888..000000000000 --- a/test/CodeGen/PowerPC/sdag-ppcf128.ll +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mattr=-crbits < %s | FileCheck %s -; -; PR14751: Unsupported type in SelectionDAG::getConstantFP() - -define fastcc void @_D3std4math4sqrtFNaNbNfcZc() { -entry: - br i1 undef, label %if, label %else -; CHECK: cmplwi 3, 0 -if: ; preds = %entry - store { ppc_fp128, ppc_fp128 } zeroinitializer, { ppc_fp128, ppc_fp128 }* undef - ret void - -else: ; preds = %entry - unreachable -} |
