[PATCH] D123537: [VPlan] Model first exit values using VPLiveOut.
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 07:03:52 PDT 2022
chapuni added a comment.
This brings unstable behavior.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:3721
+ for (auto &KV : Plan.getLiveOuts())
+ KV.second->fixPhi(Plan, State);
+
----------------
This loop is affected by DenseMap.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123537/new/
https://reviews.llvm.org/D123537
More information about the llvm-commits
mailing list