[llvm-branch-commits] [llvm] [polly] [Support] Use block numbers for LoopInfo BBMap (PR #103400)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 19 02:03:45 PDT 2026
================
@@ -601,9 +612,30 @@ template <class BlockT, class LoopT> class LoopInfoBase {
/// reverse program order.
SmallVector<LoopT *, 4> getLoopsInReverseSiblingPreorder() const;
+private:
+ /// Verify that used block numbers are still valid. Initializes the block
+ /// number epoch and parent when no blocks exist so far.
----------------
nikic wrote:
The bit about "initializes" does not match the code.
https://github.com/llvm/llvm-project/pull/103400
More information about the llvm-branch-commits
mailing list