[PATCH] D78375: AMDGPU: Remove custom node for RSQ_LEGACY

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 08:37:42 PDT 2020


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

Directly select from the intrinsic. This wasn't getting much value
from the custom node.


https://reviews.llvm.org/D78375

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/VOP1Instructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78375.258336.patch
Type: text/x-patch
Size: 5843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/4966af4f/attachment.bin>


More information about the llvm-commits mailing list