[PATCH] D37095: [ADCE] Follow inlinedAt when determining if a DbgInfoIntrinsic is dead
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 09:23:05 PDT 2017
aprantl added a comment.
Besides that not (yet?) being convinced that this is useful, I'm also concerned by the performance impact of the change. Did you do any measurements with large C++ programs with lots of small inlined functions?
https://reviews.llvm.org/D37095
More information about the llvm-commits
mailing list