[SelectionDAG] Remove unused SDTConvertOp
authorJessica Clarke <jrtc27@jrtc27.com>
Thu, 26 Aug 2021 11:48:14 +0000 (12:48 +0100)
committerJessica Clarke <jrtc27@jrtc27.com>
Thu, 26 Aug 2021 11:48:17 +0000 (12:48 +0100)
This was used by CONVERT_RNDSAT, which was removed in def496c04b0d, so
the profile is now unused.

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D108508

llvm/include/llvm/Target/TargetSelectionDAG.td

index 4fb62f9..77b4d66 100644 (file)
@@ -297,10 +297,6 @@ def SDTAtomicLoad : SDTypeProfile<1, 1, [
   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> :