This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cefb674 [InstCombine] update to use FileCheck with autogenerated exac [...] new 17f22f9 AMDGPU: Fold more custom nodes to undef new b2902b2 AMDGPU: Preserve undef flag on vcc when shrinking v_cndmask_b32 new 4cf102d [Kaleidoscope][BuildingAJIT] Fix a punctuation mistake in Chapter 2. new 6c2d562 [Kaleidoscope][BuildingAJIT] Remove some superfluous commas i [...] new 8ff4f4a [AArch64] Adjust the loop buffer size for Exynos M1 (NFC) new 889cd9b [InstCombine] consolidate some icmp+logic tests and improve checks
The 6 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: docs/tutorial/BuildingAJIT2.rst | 6 +-- include/llvm/IR/IntrinsicsAMDGPU.td | 5 ++ lib/Target/AArch64/AArch64SchedM1.td | 2 +- lib/Target/AMDGPU/SIISelLowering.cpp | 51 ++++++++++++++++----- lib/Target/AMDGPU/SIShrinkInstructions.cpp | 29 ++++++------ test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll | 31 ++++++++++++- test/CodeGen/AMDGPU/llvm.amdgcn.class.ll | 14 +++++- test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll | 10 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.ldexp.ll | 10 +++- test/CodeGen/AMDGPU/llvm.amdgcn.rcp.ll | 14 ++++-- test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll | 8 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.rsq.legacy.ll | 39 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.rsq.ll | 10 +++- test/CodeGen/AMDGPU/vi-removed-intrinsics.ll | 24 ++++++++++ test/Transforms/InstCombine/2007-01-27-AndICmp.ll | 8 ---- .../Transforms/InstCombine/2007-11-22-IcmpCrash.ll | 29 ------------ test/Transforms/InstCombine/2008-07-08-AndICmp.ll | 10 ---- test/Transforms/InstCombine/and-or-icmps.ll | 53 ++++++++++++++++++++++ 18 files changed, 268 insertions(+), 85 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.rsq.legacy.ll create mode 100644 test/CodeGen/AMDGPU/vi-removed-intrinsics.ll delete mode 100644 test/Transforms/InstCombine/2007-01-27-AndICmp.ll delete mode 100644 test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll delete mode 100644 test/Transforms/InstCombine/2008-07-08-AndICmp.ll create mode 100644 test/Transforms/InstCombine/and-or-icmps.ll