[PATCH] D108508: [SelectionDAG] Remove unused SDTConvertOp

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 21 04:30:27 PDT 2021


jrtc27 created this revision.
jrtc27 added a reviewer: arsenm.
Herald added a subscriber: ecnelises.
jrtc27 requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This was used by CONVERT_RNDSAT, which was removed in def496c04b0d, so
the profile is now unused.


Repository:
  rG LLVM Github Monorepo

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.367955.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210821/7e0c6ff9/attachment.bin>


More information about the llvm-commits mailing list