Skip to content

Commit ec1d57f

Browse files
committed
add SDValue expandThreeWayCmp to TargetLowering.h
1 parent bfd853a commit ec1d57f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,6 +5275,10 @@ class TargetLowering : public TargetLoweringBase {
52755275
/// method accepts integers as its arguments.
52765276
SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
52775277

5278+
/// Method for building the DAG expansion of ISD::[US]THREEWAYCMP. This
5279+
/// method accepts integers as its arguments.
5280+
SDValue expandThreeWayCmp(SDNode *Node, SelectionDAG &DAG) const;
5281+
52785282
/// Method for building the DAG expansion of ISD::[US]SHLSAT. This
52795283
/// method accepts integers as its arguments.
52805284
SDValue expandShlSat(SDNode *Node, SelectionDAG &DAG) const;

0 commit comments

Comments
 (0)