[PATCH] D41068: [CallSiteSplitting] Don't let debug intrinsics affect optimizations
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 10:28:37 PST 2017
junbuml added a comment.
Thanks for catching this.
LGTM, assuming that the order of the call site and dbg doesn't matter as the dbg is placed after call-sites split after the transformation.
https://reviews.llvm.org/D41068
More information about the llvm-commits
mailing list