This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 647c8a7cfbd Suppress unused capture warning in CheckCopy new 47a2c804dd7 [GISel]: Change how CSE is enabled by default for each pass new 6f3da3621b7 [x86] move half-size shuffle mask creation to helper; NFC new 414356bfc42 pdbutil: Remove unused variables
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: include/llvm/CodeGen/TargetPassConfig.h | 4 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +- lib/CodeGen/GlobalISel/Legalizer.cpp | 7 +- lib/CodeGen/TargetPassConfig.cpp | 4 + lib/Target/X86/X86ISelLowering.cpp | 94 ++++++++++++++-------- .../AArch64/GlobalISel/call-translator-cse.ll | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 2 +- .../AArch64/GlobalISel/legalize-ext-cse.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 2 +- .../GlobalISel/legalize-load-store-fewerElts.mir | 2 +- .../legalize-load-store-s128-unaligned.mir | 2 +- .../AArch64/GlobalISel/legalize-load-store.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 2 +- .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 2 +- test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 2 +- .../ARM/GlobalISel/arm-legalize-bitcounts.mir | 4 +- .../CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir | 8 +- test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 6 +- test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 6 +- test/CodeGen/X86/GlobalISel/callingconv.ll | 4 +- .../X86/GlobalISel/irtranslator-callingconv.ll | 4 +- test/CodeGen/X86/GlobalISel/legalize-add.mir | 4 +- .../CodeGen/X86/GlobalISel/legalize-and-scalar.mir | 2 +- .../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 2 +- .../X86/GlobalISel/legalize-memop-scalar.mir | 4 +- .../CodeGen/X86/GlobalISel/legalize-mul-scalar.mir | 2 +- test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir | 2 +- test/CodeGen/X86/GlobalISel/legalize-sub.mir | 2 +- test/CodeGen/X86/GlobalISel/legalize-trunc.mir | 4 +- .../CodeGen/X86/GlobalISel/legalize-xor-scalar.mir | 2 +- .../X86/GlobalISel/x86_64-legalize-sitofp.mir | 2 +- tools/llvm-pdbutil/DumpOutputStyle.cpp | 6 -- 35 files changed, 118 insertions(+), 88 deletions(-)