This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26b9b43 [DebugInfo][X86] Teach Optimize LEAs pass to handle debug values new f885500 [ADMGPU] SDWA peephole optimization 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.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIInstrInfo.h | 3 + lib/Target/AMDGPU/SIInstrInfo.td | 9 + lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 692 ++++++++++++++++++++++++++++++ lib/Target/AMDGPU/VOPInstructions.td | 2 +- test/CodeGen/AMDGPU/sdwa-peephole.ll | 372 ++++++++++++++++ 8 files changed, 1092 insertions(+), 1 deletion(-) create mode 100644 lib/Target/AMDGPU/SIPeepholeSDWA.cpp create mode 100644 test/CodeGen/AMDGPU/sdwa-peephole.ll