This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6583403fc33 index.rst: Remove bb-chapuni from list of IRC bots new 379689ce0c5 GlobalISel: Implement moreElementsVector for select new 7300bbb8141 [X86] Filter out tuning feature flags and a few ISA feature [...]
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 12 +++++ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 27 ++++------- lib/Target/X86/X86TargetTransformInfo.cpp | 7 ++- lib/Target/X86/X86TargetTransformInfo.h | 54 ++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 50 ++++++++++---------- .../Inline/X86/inline-target-cpu-i686.ll | 15 ++++++ .../Inline/X86/inline-target-cpu-x86_64.ll | 43 +++++++++++++++++ 7 files changed, 161 insertions(+), 47 deletions(-) create mode 100644 test/Transforms/Inline/X86/inline-target-cpu-i686.ll create mode 100644 test/Transforms/Inline/X86/inline-target-cpu-x86_64.ll