This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9615dd0 [InstCombine] use m_APInt to allow icmp eq (mul X, C1), C2 fo [...] new e788186 [LV, X86] Be more optimistic about vectorizing shifts.
The 1 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/Analysis/CostModel.cpp | 9 ++++- lib/Analysis/LoopAccessAnalysis.cpp | 9 ++++- lib/Target/X86/X86TargetTransformInfo.cpp | 43 ++++++++++++----------- lib/Transforms/Vectorize/LoopVectorize.cpp | 4 ++- test/Analysis/CostModel/X86/uniformshift.ll | 39 ++++++++++++++++++++ test/Transforms/LoopVectorize/X86/uniformshift.ll | 23 ++++++++++++ 6 files changed, 103 insertions(+), 24 deletions(-) create mode 100644 test/Analysis/CostModel/X86/uniformshift.ll create mode 100644 test/Transforms/LoopVectorize/X86/uniformshift.ll