[flang-commits] [clang-tools-extra] [flang] [llvm] [clang] [compiler-rt] [VPlan] Replace VPRecipeOrVPValue with VP2VP recipe simplification. (PR #76090)
via flang-commits
flang-commits at lists.llvm.org
Fri Jan 26 03:34:25 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,
----------------
ayalz wrote:
```suggestion
VPReplicateRecipe *VPRecipeBuilder::handleReplication(Instruction *I, VFRange &Range,
```
?
https://github.com/llvm/llvm-project/pull/76090
More information about the flang-commits
mailing list