This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c030ac85c2 [X86][AVX] Added codegen tests for _mm256_zext* helper intr [...] new f31ac9d1e8c [globalisel][tablegen] Compute available feature bits correctly.
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 3 - include/llvm/Target/Target.td | 6 ++ lib/CodeGen/GlobalISel/InstructionSelector.cpp | 5 +- lib/Target/AArch64/AArch64InstrInfo.td | 4 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 20 ++---- lib/Target/AArch64/AArch64Subtarget.cpp | 5 +- lib/Target/AArch64/AArch64Subtarget.h | 6 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +- lib/Target/X86/X86InstrInfo.td | 10 +-- lib/Target/X86/X86InstructionSelector.cpp | 21 ++---- lib/Target/X86/X86Subtarget.cpp | 8 ++- lib/Target/X86/X86Subtarget.h | 9 ++- lib/Target/X86/X86TargetMachine.cpp | 12 +++- test/CodeGen/X86/GlobalISel/select-inc.mir | 37 ++++++++++ test/TableGen/GlobalISelEmitter.td | 17 ++++- unittests/Target/AArch64/InstSizes.cpp | 3 +- utils/TableGen/GlobalISelEmitter.cpp | 78 +++++++++++++++++----- utils/TableGen/SubtargetFeatureInfo.cpp | 22 +++--- utils/TableGen/SubtargetFeatureInfo.h | 36 +++++----- 19 files changed, 209 insertions(+), 100 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/select-inc.mir