[llvm] [VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (PR #117506)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 15:46:58 PDT 2025


================
@@ -3543,6 +3585,8 @@ class VPBasicBlock : public VPBlockBase {
     return NewBlock;
   }
 
+  bool isHeader() { return any_of(phis(), IsaPred<VPHeaderPHIRecipe>); }
----------------
fhahn wrote:

Marked as const now, thanks

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


More information about the llvm-commits mailing list