[PATCH] D25975: AMDGPU/SI: Make f16 a legal type for VI subtargets

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 10:42:12 PST 2016


arsenm added inline comments.


================
Comment at: test/MC/Disassembler/AMDGPU/sdwa_vi.txt:303-305
-# VI: v_mac_f16_sdwa v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 ; encoding: [0xf9,0x06,0x02,0x46,0x02,0x06,0x05,0x02]
-0xf9 0x06 0x02 0x46 0x02 0x06 0x05 0x02
-
----------------
This looks accidental 


https://reviews.llvm.org/D25975





More information about the llvm-commits mailing list