- The instruction has different opcode (fixed).
- The instruction actually does ds[A] = ds[B] so no data operands are required, only address operand.
See bz26027.
Paths
| Differential D22041
fix ds_write_src2 encoding (bz26027) ClosedPublic Authored by vpykhtin on Jul 6 2016, 6:12 AM.
Details Summary
See bz26027.
Diff Detail
Event Timelinevpykhtin updated this object. This revision is now accepted and ready to land.Jul 6 2016, 6:17 AM artem.tamazov edited edge metadata. This revision now requires changes to proceed.Jul 7 2016, 6:00 AM vpykhtin edited edge metadata. This revision is now accepted and ready to land.Jul 7 2016, 7:28 AM Closed by commit rL274756: [AMDGPU] fix ds_write_src2 encoding (bz26027) (authored by vpykhtin). · Explain WhyJul 7 2016, 7:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 63070 llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
llvm/trunk/test/MC/AMDGPU/ds.s
|