[PATCH] D58402: RegBankSelect: Allow targets to introduce control flow for mapping
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 16:33:59 PST 2019
qcolombet added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/RegBankSelect.cpp:709
+ End = MBB->end();
+ }
+ }
----------------
arsenm wrote:
> 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
Thanks for double checking!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58402/new/
https://reviews.llvm.org/D58402
More information about the llvm-commits
mailing list