[PATCH] D136320: [Assignment Tracking Analysis][1/*] Add analysis pass core
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 03:42:53 PST 2022
jmorse requested changes to this revision.
jmorse added a comment.
This revision now requires changes to proceed.
(Ticking "request changes" to take it out of the review queue)
================
Comment at: llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp:1328
+ // Insert the other DEFs.
+ for (auto Pair : InsertBeforeMap) {
+ Instruction *InsertBefore = Pair.first;
----------------
`auto &`, don't want to risk copying the mapvector
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136320/new/
https://reviews.llvm.org/D136320
More information about the llvm-commits
mailing list