[PATCH] D72265: AMDGPU: Fix legalizing f16 fpow

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 06:18:55 PST 2020


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

The existing test only covered one case for r600. The use of
mul_legacy also looks suspicious to me, but leave it for now. The
patterns are also not making use of source modifiers.


https://reviews.llvm.org/D72265

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/fpow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72265.236347.patch
Type: text/x-patch
Size: 23476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/6beb7bce/attachment.bin>


More information about the llvm-commits mailing list