[PATCH] D41068: [CallSiteSplitting] Don't let debug intrinsics affect optimizations

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 23:32:58 PST 2017


uabelho added a comment.

In https://reviews.llvm.org/D41068#951333, @junbuml wrote:

> 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.


Thanks! Yes that's my assumption as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D41068





More information about the llvm-commits mailing list