This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9693395787b [VectorUtils] Use namespace for InterleaveGroup template sp [...] new d2cb662b760 [CostModel][X86] Fix constant vector XOP rights shifts new b81719bd8a6 Fix uninitialized variable. new ebca36b2d05 [InstCombine] add tests for funnel shift demanded bits; NFC
The 3 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/CodeGen/MachineOutliner.cpp | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 13 ++- test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 84 ++++++-------- test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 74 ++++++------ test/Transforms/InstCombine/fsh.ll | 147 ++++++++++++++++++++++++ 5 files changed, 230 insertions(+), 90 deletions(-) create mode 100644 test/Transforms/InstCombine/fsh.ll