[llvm] r177489 - Add a test case for PR15318 fixed in r177472
Hao Liu
Hao.Liu at arm.com
Tue Mar 19 23:18:06 PDT 2013
Author: haoliu
Date: Wed Mar 20 01:18:06 2013
New Revision: 177489
URL: http://llvm.org/viewvc/llvm-project?rev=177489&view=rev
Log:
Add a test case for PR15318 fixed in r177472
Added:
llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
Added: llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll?rev=177489&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll (added)
+++ llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll Wed Mar 20 01:18:06 2013
@@ -0,0 +1,7 @@
+; RUN: llc < %s
+
+define internal i1 @f(float %s) {
+entry:
+ %c = fcmp ogt float %s, 0x41EFFFFFE0000000
+ ret i1 %c
+}
More information about the llvm-commits
mailing list