[PATCH] D93188: [AMDGPU][NFC] Remove unused VOP3Mods0Clamp
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 03:01:35 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf4570cd3ab9: [AMDGPU][NFC] Remove unused VOP3Mods0Clamp (authored by critson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93188/new/
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.311536.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/03253e4b/attachment.bin>
More information about the llvm-commits
mailing list