[PATCH] D64497: [AMDGPU] Allow abs/neg source modifiers on v_cndmask_b32

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 07:41:57 PDT 2019


foad created this revision.
foad added reviewers: arsenm, tstellar.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

D59191 <https://reviews.llvm.org/D59191> added support for these modifiers in the assembler and
disassembler. This patch just teaches instruction selection that it can
use them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64497

Files:
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/fneg-combines.ll
  llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
  llvm/test/CodeGen/AMDGPU/sint_to_fp.i64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64497.208963.patch
Type: text/x-patch
Size: 9894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/41053c38/attachment.bin>


More information about the llvm-commits mailing list