[llvm] [VPlan] Allow VPWidenPHI in non-native path and copy DebugLoc (PR #118662)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 08:33:32 PST 2024
================
@@ -2285,10 +2285,16 @@ class VPWidenPHIRecipe : public VPSingleDefRecipe {
/// List of incoming blocks. Only used in the VPlan native path.
SmallVector<VPBasicBlock *, 2> IncomingBlocks;
----------------
preames wrote:
Maybe update the comments above re: usage in vplan native? Given this is now used in both paths, do these need delete or clarified?
https://github.com/llvm/llvm-project/pull/118662
More information about the llvm-commits
mailing list