[PATCH] D88890: [AMDGPU] Add patterns for mad/mac legacy f32 instructions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 08:28:31 PDT 2020


foad updated this revision to Diff 296690.
foad added a comment.

Fix a couple more problems shown up by running the MC tests:

- Update asm/dis special cases for V_MAC_LEGACY_F32 now that it uses the VOP_MAC_F32 profile.
- Fix use of OtherPredicates in VOP2 pseudos.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88890/new/

https://reviews.llvm.org/D88890

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.fmul.legacy.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmul.legacy.ll
  llvm/test/MC/AMDGPU/gfx1030_err.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88890.296690.patch
Type: text/x-patch
Size: 33738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/3877861d/attachment.bin>


More information about the llvm-commits mailing list