Skip to content

Commit dcc3580

Browse files
oscardssmithOscar Smith
authored andcommitted
remvoe int_vp_clmul
1 parent 6e906eb commit dcc3580

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/IR/Intrinsics.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,12 +2119,6 @@ let IntrProperties = [IntrNoMem] in {
21192119
LLVMMatchType<0>,
21202120
LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
21212121
llvm_i32_ty]>;
2122-
def int_vp_clmul : DefaultAttrsIntrinsic<[ llvm_anyvector_ty ],
2123-
[ LLVMMatchType<0>,
2124-
LLVMMatchType<0>,
2125-
LLVMMatchType<0>,
2126-
LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
2127-
llvm_i32_ty]>;
21282122
def int_vp_sadd_sat : DefaultAttrsIntrinsic<[ llvm_anyvector_ty ],
21292123
[ LLVMMatchType<0>,
21302124
LLVMMatchType<0>,

0 commit comments

Comments
 (0)