[llvm] [polly] [IR] Add CallBr intrinsics support (PR #133907)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 05:24:53 PDT 2025


================
@@ -553,6 +553,21 @@ bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const {
 
   using DST = typename DomFrontierT::DomSetType;
 
+  // Make sure that a region involving a callbr contains every successor
----------------
arsenm wrote:

This patch shouldn't touch anything like this and be the bare minimum to add the instruction 

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


More information about the llvm-commits mailing list