[PATCH] D69284: AMDGPU: Use default operands for clamp/omod

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 15:56:41 PDT 2019


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

We have a lot of complex pattern variants that just set the source
modifiers that are really handled, and then set the output modifiers
 to 0. We're unlikely to ever match output modifiers from the use
instruction side, and we already match clamp/omod in a separate pass.


https://reviews.llvm.org/D69284

Files:
  lib/Target/AMDGPU/SIInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69284.225970.patch
Type: text/x-patch
Size: 4694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/05591be6/attachment.bin>


More information about the llvm-commits mailing list