[PATCH] D68633: fix debug info affects output when opt inline
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 10:36:55 PDT 2019
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/InlineFunction.cpp:1851
++I;
}
----------------
Don't we need to have similar logic here? What happens if there are two allocas, then the dbg intrinsic, then another one?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68633/new/
https://reviews.llvm.org/D68633
More information about the llvm-commits
mailing list