This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54f05c4a859 [X86][SSE4A] Add support for shuffle combining to INSERTQI. new 4bbbd1a54ed [LSR] Narrow search space by filtering non-optimal formulae [...] new eebcffd2810 [InstCombine] Don't create extra ConstantInt objects in fol [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/InstCombine/InstCombineSelect.cpp | 36 ++++--- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 108 +++++++++++++++++++++ .../CodeGen/X86/regalloc-reconcile-broken-hints.ll | 2 +- .../LoopStrengthReduce/2013-01-14-ReuseCast.ll | 4 +- .../X86/lsr-filtering-scaledreg.ll | 60 ++++++++++++ 5 files changed, 188 insertions(+), 22 deletions(-) create mode 100644 test/Transforms/LoopStrengthReduce/X86/lsr-filtering-scaledreg.ll