[llvm] [ISel] Introduce llvm.clmul[rh] intrinsics (PR #168731)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 12:55:46 PST 2025
================
@@ -5517,7 +5545,7 @@ SDValue DAGTypeLegalizer::WidenVecRes_StrictFP(SDNode *N) {
EOps.push_back(Op);
}
- EVT WidenVT[] = {WidenEltVT, MVT::Other};
+ EVT WidenVT[] = {WidenEltVT, MVT::Other};
----------------
topperc wrote:
Unrelated formatting
https://github.com/llvm/llvm-project/pull/168731
More information about the llvm-commits
mailing list