diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-05-01 18:41:09 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-05-01 18:41:09 +0000 |
| commit | fb4191cc04472955f05e1ada62aa34724c52b7b2 (patch) | |
| tree | 10dc4736074890b344e0bf3b69d42b3fc7239877 /llvm/test/CodeGen/PowerPC | |
| parent | 7f824734e0d631b915310d62b4467d738241f5fe (diff) | |
| download | bcm5719-llvm-fb4191cc04472955f05e1ada62aa34724c52b7b2.tar.gz bcm5719-llvm-fb4191cc04472955f05e1ada62aa34724c52b7b2.zip | |
Adding testcase.
llvm-svn: 50536
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll b/llvm/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll new file mode 100644 index 00000000000..5c40b9e0aed --- /dev/null +++ b/llvm/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll @@ -0,0 +1,15 @@ +; RUN: llvm-as < %s | llc -march=ppc32 +target triple = "powerpc-apple-darwin9.2.2" + +define i256 @func(ppc_fp128 %a, ppc_fp128 %b, ppc_fp128 %c, ppc_fp128 %d) nounwind readnone { +entry: + br i1 false, label %bb36, label %bb484 + +bb36: ; preds = %entry + %tmp124 = fcmp ord ppc_fp128 %b, 0xM00000000000000000000000000000000 ; <i1> [#uses=1] + %tmp140 = and i1 %tmp124, fcmp une (ppc_fp128 0xM00000000000000000000000000000000, ppc_fp128 0xM00000000000000000000000000000000) ; <i1> [#uses=0] + unreachable + +bb484: ; preds = %entry + ret i256 0 +} |

