[flang-commits] [llvm] [clang-tools-extra] [compiler-rt] [clang] [flang] [VPlan] Replace VPRecipeOrVPValue with VP2VP recipe simplification. (PR #76090)

Florian Hahn via flang-commits flang-commits at lists.llvm.org
Sun Jan 28 12:04:19 PST 2024


================
@@ -8378,9 +8357,8 @@ void VPRecipeBuilder::fixHeaderPhis() {
   }
 }
 
-VPRecipeOrVPValueTy VPRecipeBuilder::handleReplication(Instruction *I,
-                                                       VFRange &Range,
-                                                       VPlan &Plan) {
+VPRecipeBase *VPRecipeBuilder::handleReplication(Instruction *I, VFRange &Range,
----------------
fhahn wrote:

Done, also updated other helpers to return more specific types

https://github.com/llvm/llvm-project/pull/76090


More information about the flang-commits mailing list