[PATCH] D97587: [AMDGPU] Make OMod explicit for V_CVT_{U,I}*

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 14:59:08 PST 2021


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

Make OMod explicit instead of implied by HasModifiers in the
operand list. Requires explicitly setting HasOMod=1 for
irregular OMod usage in instruction V_CVT_{U,I}*


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97587

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP1Instructions.td
  llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
  llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
  llvm/test/MC/AMDGPU/vop3-errs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97587.326813.patch
Type: text/x-patch
Size: 13455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210226/e622e254/attachment.bin>


More information about the llvm-commits mailing list