[llvm] [VPlan] Add extra checks for LoopForBB. NFC. (PR #132306)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 14:58:39 PDT 2025


offsake wrote:

Hello @fhahn ,

LoopBlocksRPO RPO(TheLoop); code might guarantee that all visited blocks have an associated loop. It means that the check below is redundant, which I removed in the second commit.

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


More information about the llvm-commits mailing list