[PATCH] D38359: [X86] Ignore DBG instructions in X86CmovConversion optimization to resolve PR34565

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 09:25:11 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D38359#886815, @aaboud wrote:

> > Looping in Reid as he has been looking at DBG_VALUE a lot more closely than I have recently and may be able to quickly reassure both of us that this is safe. =]
>
> Sure, let is wait for Reid's answer.


Moving the DBG_VALUEs down and replacing the cmovs with phis should be fine.


https://reviews.llvm.org/D38359





More information about the llvm-commits mailing list