[llvm-commits] CVS: llvm/test/CodeGen/ARM/fptoint.ll

2007-05-09 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/ARM: fptoint.ll updated: 1.2 - 1.3 --- Log message: Can't fold bit_convert into truncating store. --- Diffs of the changes: (+7 -1) fptoint.ll |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm/test/CodeGen/ARM/fptoint.ll

[llvm-commits] CVS: llvm/test/CodeGen/ARM/fptoint.ll

2007-05-07 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/ARM: fptoint.ll updated: 1.1 - 1.2 --- Log message: Add some tests for (conv (load x)) - (load (conv*)x) xform. --- Diffs of the changes: (+18 -10) fptoint.ll | 28 ++-- 1 files changed, 18 insertions(+), 10 deletions(-)

[llvm-commits] CVS: llvm/test/CodeGen/ARM/fptoint.ll

2007-05-03 Thread Dale Johannesen
Changes in directory llvm/test/CodeGen/ARM: fptoint.ll added (r1.1) --- Log message: Evan's patch to avoid FPreg-intreg copy for cvt; store to mem --- Diffs of the changes: (+33 -0) fptoint.ll | 33 + 1 files changed, 33 insertions(+) Index: