[PATCH] D108508: [SelectionDAG] Remove unused SDTConvertOp
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 26 04:49:44 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2cbdf7e13171: [SelectionDAG] Remove unused SDTConvertOp (authored by jrtc27).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108508/new/
https://reviews.llvm.org/D108508
Files:
llvm/include/llvm/Target/TargetSelectionDAG.td
Index: llvm/include/llvm/Target/TargetSelectionDAG.td
===================================================================
--- llvm/include/llvm/Target/TargetSelectionDAG.td
+++ llvm/include/llvm/Target/TargetSelectionDAG.td
@@ -297,10 +297,6 @@
SDTCisInt<0>, SDTCisPtrTy<1>
]>;
-def SDTConvertOp : SDTypeProfile<1, 5, [ //cvtss, su, us, uu, ff, fs, fu, sf, su
- SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT>, SDTCisPtrTy<4>, SDTCisPtrTy<5>
-]>;
-
class SDCallSeqStart<list<SDTypeConstraint> constraints> :
SDTypeProfile<0, 2, constraints>;
class SDCallSeqEnd<list<SDTypeConstraint> constraints> :
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108508.368848.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210826/b3ea018f/attachment.bin>
More information about the llvm-commits
mailing list