[all-commits] [llvm/llvm-project] 7500ce: [VPlan] Flatten the CFG separately after creating ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun May 11 13:30:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7500cead4e000d82d62f99f2896ffa94ee08ff7e
https://github.com/llvm/llvm-project/commit/7500cead4e000d82d62f99f2896ffa94ee08ff7e
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-11 (Sun, 11 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Flatten the CFG separately after creating wide recipes (NFC).
Move flattening of the CFG out of the loop that creates the wide
recipes. This simplifies the already large loop and prepares for moving
flattening to a separate transform.
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