[PATCH] D58402: RegBankSelect: Allow targets to introduce control flow for mapping

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 15:49:50 PST 2019


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


================
Comment at: lib/CodeGen/GlobalISel/RegBankSelect.cpp:709
+          End = MBB->end();
+        }
+      }
----------------
qcolombet wrote:
> Does this potentially breaks the iterators of RPOT?
No, it builds a complete vector ahead of time. The newly created blocks aren’t visited but I don’t need them to be


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58402/new/

https://reviews.llvm.org/D58402





More information about the llvm-commits mailing list