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

Bill Wendling via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 12:08:56 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
----------------
bwendling wrote:

Agreed. Please make this a separate patch.

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


More information about the llvm-commits mailing list