[PATCH] D61434: AMDGPU: Select VOP3 form of sub

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 05:11:03 PDT 2019


arsenm created this revision.
arsenm added a reviewer: rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

The VOP3 form should always be the preferred selection form to be
shrunk later.

      

The r600 sub test needs to be split out because it asserts on the
arguments in the new test during the calling convention lowering.


https://reviews.llvm.org/D61434

Files:
  lib/Target/AMDGPU/VOP2Instructions.td
  test/CodeGen/AMDGPU/r600.sub.ll
  test/CodeGen/AMDGPU/sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61434.197755.patch
Type: text/x-patch
Size: 16490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/6545eeff/attachment.bin>


More information about the llvm-commits mailing list