Real instruction should copy constraints from real instruction. This allows auto-generated disassembler to correctly process tied operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27847
[AMDGPU] Disassembler: fix for disaasembling v_mac_f32/16_dpp/sdwa ClosedPublic Authored by SamWot on Dec 16 2016, 5:52 AM.
Details Summary Real instruction should copy constraints from real instruction. This allows auto-generated disassembler to correctly process tied operands.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 21 2016, 5:52 AM Closed by commit rL290336: [AMDGPU] Disassembler: fix for disaasembling v_mac_f32/16_dpp/sdwa (authored by skolton). · Explain WhyDec 22 2016, 3:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 82326 llvm/trunk/lib/Target/AMDGPU/VOP1Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOP2Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOPCInstructions.td
llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
llvm/trunk/test/MC/Disassembler/AMDGPU/dpp_vi.txt
llvm/trunk/test/MC/Disassembler/AMDGPU/sdwa_vi.txt
|