[llvm-commits] CVS: llvm/test/CodeGen/X86/negative_zero.ll negatize_zero.ll

Evan Cheng evan.cheng at apple.com
Thu May 3 11:20:36 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

negative_zero.ll added (r1.1)
negatize_zero.ll (r1.4) removed
---
Log message:

negatize -> negative

---
Diffs of the changes:  (+6 -0)

 negative_zero.ll |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/test/CodeGen/X86/negative_zero.ll
diff -c /dev/null llvm/test/CodeGen/X86/negative_zero.ll:1.1
*** /dev/null	Thu May  3 13:20:27 2007
--- llvm/test/CodeGen/X86/negative_zero.ll	Thu May  3 13:20:16 2007
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
+ 
+ 
+ double %T() {
+ 	ret double -1.0   ;; codegen as fld1/fchs, not as a load from cst pool
+ }






More information about the llvm-commits mailing list