[all-commits] [llvm/llvm-project] 32928a: [VPlan] Construct regions from innermost to outerm...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 6 12:51:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32928a07846bd531ef31f1166faa4e119be4f15f
https://github.com/llvm/llvm-project/commit/32928a07846bd531ef31f1166faa4e119be4f15f
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanCFG.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Log Message:
-----------
[VPlan] Construct regions from innermost to outermost (NFC).
Flip the region construction order to innermost first from outermost
first. This ensures we only set the final parent region for VPBBs once.
Split off from https://github.com/llvm/llvm-project/pull/137709.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list