[llvm] [VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (PR #117506)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 04:36:54 PDT 2025
================
@@ -2874,7 +2870,7 @@ void InnerLoopVectorizer::fixVectorizedLoop(VPTransformState &State) {
}
----------------
fhahn wrote:
Yep, but it would also need adding metadata to the branch in the scalar loop.
https://github.com/llvm/llvm-project/pull/117506
More information about the llvm-commits
mailing list