Skip to content

Commit

Permalink
[SelectionDAG] Remove unused SDTConvertOp
Browse files Browse the repository at this point in the history
This was used by CONVERT_RNDSAT, which was removed in def496c, so
the profile is now unused.

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D108508
  • Loading branch information
jrtc27 committed Aug 26, 2021
1 parent 4a5b191 commit 2cbdf7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/include/llvm/Target/TargetSelectionDAG.td
Original file line number Diff line number Diff line change
Expand Up @@ -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> :
Expand Down

0 comments on commit 2cbdf7e

Please sign in to comment.