This is a fix for Bug 34152 (VOP3 opcodes only).
A fix for VOP2 opcodes promoted to VOP3 will be added separately.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36674
[AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes ClosedPublic Authored by dp on Aug 14 2017, 6:22 AM.
Details Summary This is a fix for Bug 34152 (VOP3 opcodes only).
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 4 others. · View Herald TranscriptAug 14 2017, 6:22 AM This revision is now accepted and ready to land.Aug 14 2017, 8:27 AM Closed by commit rL311006: [AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes (authored by dpreobra). · Explain WhyAug 16 2017, 6:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111337 llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUInstructions.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/SIDefines.h
llvm/trunk/lib/Target/AMDGPU/SIInstrFormats.td
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
llvm/trunk/lib/Target/AMDGPU/VOP1Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOP2Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOP3Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
llvm/trunk/test/MC/AMDGPU/vop3-gfx9.s
llvm/trunk/test/MC/AMDGPU/vop3.s
llvm/trunk/test/MC/Disassembler/AMDGPU/vop3_gfx9.txt
llvm/trunk/test/MC/Disassembler/AMDGPU/vop3_vi.txt
|