[PATCH] D26761: AMDGPU: Assembler support for exp

Valery Pykhtin via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 04:41:09 PST 2016


vpykhtin accepted this revision.
vpykhtin added a comment.
This revision is now accepted and ready to land.

LGTM.

Is "compr" bit going to be supported later?



================
Comment at: test/MC/AMDGPU/exp.s:86
+exp mrt0 v4, v3, v2, v1 done vm
+// GCN: exp mrt0 v4, v3, v2, v1 done vm ; encoding: [0x0f,0x18,0x00,0xf8,0x04,0x03,0x02,0x01]
----------------
should "compr" on/off variant be added here?


https://reviews.llvm.org/D26761





More information about the llvm-commits mailing list