[PATCH] D87903: [CSInfo][GlobalISel] CallSiteInfo support when using GlobalISel
Mateja Marjanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 07:10:28 PDT 2020
matejam added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2207
+ // to see when the old size is surpassed.
+ if (MINo++ >= MBBLengthBefore) {
+ if (MI.isCopy())
----------------
djtodoro wrote:
> Early continue here?
That's a good idea. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87903/new/
https://reviews.llvm.org/D87903
More information about the llvm-commits
mailing list