This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 788923e708f [Attributor] Manifest alignment in load and store instructions new 54783320316 [GlobalISel] Legalizer: Retry combining illegal artifacts a [...] new 820b69b2b88 [AArch64][GlobalISel] Import XRO load/store patterns instea [...]
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/Legalizer.cpp | 31 +++- lib/Target/AArch64/AArch64InstrFormats.td | 16 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 92 ++++------- .../AArch64/GlobalISel/legalize-unmerge-values.mir | 14 +- .../AArch64/GlobalISel/load-addressing-modes.mir | 126 +++++++++++++++- .../AArch64/GlobalISel/retry-artifact-combine.mir | 28 ++++ .../AArch64/GlobalISel/store-addressing-modes.mir | 168 +++++++++++++++++++++ .../arm64-fastisel-gep-promote-before-add.ll | 2 +- .../AMDGPU/GlobalISel/artifact-combiner-sext.mir | 25 ++- .../AMDGPU/GlobalISel/artifact-combiner-zext.mir | 9 +- test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 82 ++++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 75 ++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 40 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 68 ++++++--- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 40 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 96 ++++++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir | 74 +++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir | 74 +++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 68 ++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 40 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 60 +++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 111 +++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 83 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 41 ++--- test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 28 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 76 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir | 84 +++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir | 84 +++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 79 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 79 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 22 ++- 33 files changed, 1349 insertions(+), 610 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/retry-artifact-combine.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/store-addressing-modes.mir