[llvm-commits] CVS: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll
Reid Spencer
reid at x10sys.com
Thu Dec 22 13:07:42 PST 2005
Changes in directory llvm/test/Regression/Verifier:
2004-01-22-FloatNormalization.ll added (r1.1)
---
Log message:
Fix PR409: http://llvm.cs.uiuc.edu/PR409 :
Implement the suggested check to ensure that out-of-range float constants
don't get accepted by LLVM accidentally. Adjust the supporting test cases
as well.
---
Diffs of the changes: (+6 -0)
2004-01-22-FloatNormalization.ll | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll
diff -c /dev/null llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll:1.1
*** /dev/null Thu Dec 22 15:07:39 2005
--- llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll Thu Dec 22 15:07:29 2005
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s -o /dev/null -f
+ ; XFAIL: *
+
+ ; make sure that invalid 'float' values are caught.
+
+ global float 0x1
More information about the llvm-commits
mailing list