Changes in directory llvm/test/Regression/CodeGen/ARM:
fpcmp.ll updated: 1.3 -> 1.4
---
Log message:
fix some fp condition codes
use non trapping comparison instructions
---
Diffs of the changes: (+2 -4)
fpcmp.ll |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm
Changes in directory llvm/test/Regression/CodeGen/ARM:
fpcmp.ll updated: 1.2 -> 1.3
---
Log message:
implement unordered floating point compares
---
Diffs of the changes: (+17 -1)
fpcmp.ll | 18 +-
1 files changed, 17 insertions(+), 1 deletion(-)
Index: llvm/test/Regres
Changes in directory llvm/test/Regression/CodeGen/ARM:
fpcmp.ll updated: 1.1 -> 1.2
---
Log message:
compare doubles
---
Diffs of the changes: (+10 -1)
fpcmp.ll | 11 ++-
1 files changed, 10 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/ARM/fpcmp.ll
diff -u l
Changes in directory llvm/test/Regression/CodeGen/ARM:
fpcmp.ll added (r1.1)
---
Log message:
add some tests for floating point compare
---
Diffs of the changes: (+41 -0)
fpcmp.ll | 41 +
1 files changed, 41 insertions(+)
Index: llvm/test/Regress