commit | a7521131da71c6f188b0493a78cf2d09d05952b8 | [log] [tgz] |
---|---|---|
author | Hao Liu <Hao.Liu@arm.com> | Wed Mar 20 06:18:06 2013 +0000 |
committer | Hao Liu <Hao.Liu@arm.com> | Wed Mar 20 06:18:06 2013 +0000 |
tree | deaaa1d468e4b76be44bd3ccc2dbf1e20fa4b201 | |
parent | 2b7fe9fc93e093882b529bf94d4a3b30d8df3013 [diff] [blame] |
Add a test case for PR15318 fixed in r177472 llvm-svn: 177489
diff --git a/llvm/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll b/llvm/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll new file mode 100644 index 0000000..a1aed0e --- /dev/null +++ b/llvm/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
@@ -0,0 +1,7 @@ +; RUN: llc < %s + +define internal i1 @f(float %s) { +entry: + %c = fcmp ogt float %s, 0x41EFFFFFE0000000 + ret i1 %c +}