================
@@ -7188,6 +7188,16 @@ void SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I,
}
return;
}
+ case Intrinsic::clmul: {
----------------
topperc wrote:
Not intrinsic. ISD::CLMUL
https://github.com/llvm/llvm-project/pull/140301