Skip to content

Commit 88593fa

Browse files
committed
add def int_[us]threewaycmp tablegen stubs
1 parent ec1d57f commit 88593fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/include/llvm/IR/Intrinsics.td

+6
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,12 @@ def int_umin : DefaultAttrsIntrinsic<
15271527
[llvm_anyint_ty], [LLVMMatchType<0>, LLVMMatchType<0>],
15281528
[IntrNoMem, IntrSpeculatable, IntrWillReturn]>;
15291529

1530+
//===------------------ Integer 3 Way Compare Intrinsics --------------------===//
1531+
//
1532+
def int_sthreewaycmp :
1533+
1534+
def int_uthreewaycmp :
1535+
15301536
//===------------------------- Memory Use Markers -------------------------===//
15311537
//
15321538
def int_lifetime_start : DefaultAttrsIntrinsic<[],

0 commit comments

Comments
 (0)