[PATCH] D68633: fix debug info affects output when opt inline
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 13:35:16 PDT 2019
aprantl added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/InlineFunction.cpp:1855
+ // exit the scan loop.
+ if (!isa<AllocaInst>(I) ||
+ !allocaWouldBeStaticInEntry(cast<AllocaInst>(I)))
----------------
Does this work when I == E here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68633/new/
https://reviews.llvm.org/D68633
More information about the llvm-commits
mailing list