This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbd7655e828 AMDGPU: Add encodings for global atomics new d56619e6f9c AMDGPU: Add encoding for carryless add/sub instructions
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 | 15 ++++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++ lib/Target/AMDGPU/SIInstructions.td | 35 ++++++++++++ lib/Target/AMDGPU/VOP2Instructions.td | 14 +++++ test/MC/AMDGPU/add-sub-no-carry.s | 104 ++++++++++++++++++++++++++++++++++ 6 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 test/MC/AMDGPU/add-sub-no-carry.s