This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e696366e67b [InstCombine] Add test cases to demonstrate that and->xnor [...] new e88fc4046f7 [AMDGPU] SDWA: add support for GFX9 in peephole pass
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: lib/Target/AMDGPU/AMDGPU.td | 37 ++++++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 25 +++++ lib/Target/AMDGPU/SIInstrInfo.cpp | 8 +- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 87 +++++++++++------ lib/Target/AMDGPU/VOPInstructions.td | 4 - test/CodeGen/AMDGPU/fneg.f16.ll | 7 +- test/CodeGen/AMDGPU/fpext.f16.ll | 15 ++- test/CodeGen/AMDGPU/llvm.rint.f16.ll | 4 +- test/CodeGen/AMDGPU/sdwa-gfx9.mir | 88 +++++++++++++++++ test/CodeGen/AMDGPU/sdwa-peephole.ll | 164 +++++++++++++++++++++----------- test/CodeGen/AMDGPU/sdwa-scalar-ops.mir | 19 ++-- 12 files changed, 347 insertions(+), 116 deletions(-) create mode 100644 test/CodeGen/AMDGPU/sdwa-gfx9.mir