[PATCH] D93188: [AMDGPU][NFC] Remove unused VOP3Mods0Clamp

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 13 17:45:13 PST 2020


critson created this revision.
critson added reviewers: arsenm, foad, Joe_Nash.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This is unused and the selection function does not exist.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93188

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td


Index: llvm/lib/Target/AMDGPU/SIInstrInfo.td
===================================================================
--- llvm/lib/Target/AMDGPU/SIInstrInfo.td
+++ llvm/lib/Target/AMDGPU/SIInstrInfo.td
@@ -1316,7 +1316,6 @@
 def MOVRELOffset : ComplexPattern<i32, 2, "SelectMOVRELOffset">;
 
 def VOP3Mods0 : ComplexPattern<untyped, 4, "SelectVOP3Mods0">;
-def VOP3Mods0Clamp : ComplexPattern<untyped, 3, "SelectVOP3Mods0Clamp">;
 def VOP3Mods  : ComplexPattern<untyped, 2, "SelectVOP3Mods">;
 def VOP3NoMods : ComplexPattern<untyped, 1, "SelectVOP3NoMods">;
 // VOP3Mods, but the input source is known to never be NaN.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93188.311478.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/b35abe18/attachment.bin>


More information about the llvm-commits mailing list