Changes in directory llvm/test/Feature:
fold-fpcast.ll updated: 1.3 -> 1.4
forwardreftest.ll updated: 1.10 -> 1.11
inlineasm.ll updated: 1.4 -> 1.5
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Remove && from the end of the lines to prevent tests from throwing run
lines into the backgro
Changes in directory llvm/test/Feature:
fold-fpcast.ll updated: 1.2 -> 1.3
---
Log message:
Fix a missing -f that the new llvm.exp found.
---
Diffs of the changes: (+1 -1)
fold-fpcast.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Feature/fold-fpcast.ll
dif
Changes in directory llvm/test/Feature:
fold-fpcast.ll updated: 1.1 -> 1.2
---
Log message:
Fix to not give false positives.
---
Diffs of the changes: (+2 -1)
fold-fpcast.ll |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Feature/fold-fpcast.ll
diff -u llvm/t
Changes in directory llvm/test/Feature:
fold-fpcast.ll added (r1.1)
---
Log message:
Add a test for constant folding of bitcast to/from floating point.
---
Diffs of the changes: (+18 -0)
fold-fpcast.ll | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/test/Feature/