This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a2742d054e [X86] Improve combineCastedMaskArithmetic to fold (bitcast [...] new 6a919aa7ac1 [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal new cbd9100de9c [GlobalISel][X86] Fixing failures after https://reviews.llv [...] new 7913bcdcffe AMDGPU: Minor cleanups new c9ae4f956af AMDGPU: Process SDWA block at a time
The 4 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/Target/AMDGPU/SIPeepholeSDWA.cpp | 70 ++-- lib/Target/X86/X86CallLowering.cpp | 40 ++- lib/Target/X86/X86InstructionSelector.cpp | 58 +++- lib/Target/X86/X86LegalizerInfo.cpp | 5 + lib/Target/X86/X86RegisterBankInfo.cpp | 21 ++ test/CodeGen/AMDGPU/sdwa-peephole.ll | 2 +- test/CodeGen/X86/GlobalISel/callingconv.ll | 4 +- .../X86/GlobalISel/irtranslator-callingconv.ll | 27 +- .../X86/GlobalISel/legalize-fadd-scalar.mir | 50 ++- .../X86/GlobalISel/legalize-fdiv-scalar.mir | 50 ++- .../X86/GlobalISel/legalize-fmul-scalar.mir | 50 ++- .../X86/GlobalISel/legalize-fpext-scalar.mir | 18 +- .../X86/GlobalISel/legalize-fsub-scalar.mir | 50 ++- test/CodeGen/X86/GlobalISel/legalize-phi.mir | 123 ++++--- .../X86/GlobalISel/regbankselect-X86_64.mir | 285 +++++++++------- test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir | 116 ++++--- test/CodeGen/X86/GlobalISel/select-fconstant.mir | 40 ++- test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir | 116 ++++--- test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir | 116 ++++--- .../CodeGen/X86/GlobalISel/select-fpext-scalar.mir | 18 +- test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir | 116 ++++--- .../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 364 +++++++++++++-------- test/CodeGen/X86/GlobalISel/select-phi.mir | 152 +++++---- test/CodeGen/X86/GlobalISel/select-undef.mir | 22 ++ 24 files changed, 1212 insertions(+), 701 deletions(-)