Changes in directory llvm/lib/Analysis:
ValueNumbering.cpp updated: 1.21 -> 1.22
---
Log message:
For PR950: http://llvm.org/PR950 :
First in a series of patches to convert SetCondInst into ICmpInst and
FCmpInst using only two opcodes and having the instructions contain their
predicate value.
Changes in directory llvm/lib/Analysis:
ValueNumbering.cpp updated: 1.16 -> 1.17
---
Log message:
Implement value #'ing for vector operations, implementing
Regression/Transforms/GCSE/vectorops.ll
---
Diffs of the changes: (+38 -32)
ValueNumbering.cpp | 70
Changes in directory llvm/lib/Analysis:
ValueNumbering.cpp updated: 1.15 -> 1.16
---
Log message:
Value# select instructions, allowing -gcse to remove duplicates
---
Diffs of the changes: (+36 -1)
ValueNumbering.cpp | 37 -
1 files changed, 36 insertio