================
@@ -52242,6 +52243,81 @@ static SDValue combineConstantPoolLoads(SDNode *N, 
const SDLoc &dl,
   return SDValue();
 }
 
+static MVT getScalarTypeFromVectorType(MVT VT) {
----------------
arsenm wrote:

This is just getIntegerVT(DAG.getContext(), VT.getSizeInBits())

https://github.com/llvm/llvm-project/pull/120598
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to