[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 15:25:33 PST 2019
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
Nice catch!
LGTM. Question below.
================
Comment at: lib/CodeGen/GlobalISel/RegBankSelect.cpp:709
+ End = MBB->end();
+ }
+ }
----------------
Does this potentially breaks the iterators of RPOT?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58402/new/
https://reviews.llvm.org/D58402
More information about the llvm-commits
mailing list