[PATCH] D89247: [AMDGPU] Add v_fmac_legacy_f32

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 08:56:59 PDT 2020


foad created this revision.
foad added reviewers: rampitec, dp.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
foad requested review of this revision.
Herald added a subscriber: wdng.

This instruction was introduced in GFX10.3, reusing the opcode of
v_mac_legacy_f32 from GFX10.1.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89247

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/test/MC/AMDGPU/gfx1011_err.s
  llvm/test/MC/AMDGPU/gfx1030_new.s
  llvm/test/MC/AMDGPU/gfx1030_unsupported.s
  llvm/test/MC/Disassembler/AMDGPU/gfx1030_dasm_new.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89247.297608.patch
Type: text/x-patch
Size: 7316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201012/68ca0b1a/attachment-0001.bin>


More information about the llvm-commits mailing list