[PATCH] D123537: [VPlan] Model first exit values using VPLiveOut.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 01:33:15 PDT 2022


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:3721
+  for (auto &KV : Plan.getLiveOuts())
+    KV.second->fixPhi(Plan, State);
+
----------------
chapuni wrote:
> This loop is affected by DenseMap.
Thanks, should be fixed by 1ba42dd04b8d


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