forked from OSchip/llvm-project
[SelectionDAG] Remove unused SDTConvertOp
This was used by CONVERT_RNDSAT, which was removed in def496c04b
, so
the profile is now unused.
Reviewed By: xgupta
Differential Revision: https://reviews.llvm.org/D108508
This commit is contained in:
parent
4a5b191703
commit
2cbdf7e131
llvm/include/llvm/Target
|
@ -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> :
|
||||
|
|
Loading…
Reference in New Issue