This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0487bd8f42c ARM: use target-specific SUBS node when combining cmp with cmov. new 086b7dc10df [AMDGPU] Add sdwa support for ADD|SUB U64 decomposed Pseudos
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/SIInstrInfo.cpp | 4 + lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 97 ++++++++- test/CodeGen/AMDGPU/sdwa-op64-test.ll | 74 +++++++ test/CodeGen/AMDGPU/sdwa-ops.mir | 390 ++++++++++++++++++++++++++++++++++ 4 files changed, 563 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/sdwa-op64-test.ll create mode 100644 test/CodeGen/AMDGPU/sdwa-ops.mir