================
@@ -20409,6 +20409,9 @@ tryToReplaceScalarFPConversionWithSVE(SDNode *N, 
SelectionDAG &DAG,
       N->getOpcode() == ISD::FP_TO_UINT_SAT)
     return SDValue();
 
+  if (Subtarget->isStreaming() && Subtarget->hasFPRCVT())
----------------
jthackray wrote:

Thanks, Marian. As discussed last week, I've removed 
`tryToReplaceScalarFPConversionWithSVE()` entirely in the latest change.

https://github.com/llvm/llvm-project/pull/177334
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to