================
@@ -351,10 +347,6 @@ bool DAGTypeLegalizer::run() {
         NeedsReanalyzing = WidenVectorOperand(N, i);
         Changed = true;
         break;
-      case TargetLowering::TypePromoteFloat:
-        NeedsReanalyzing = PromoteFloatOperand(N, i);
----------------
RKSimon wrote:

Is PromoteFloatOperand/PromoteFloatResult now defunct? These appear to be their 
only use cases

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

Reply via email to