[PATCH] D43850: [CodeGen] Avoid handling DBG_VALUE in the LivePhysRegs stepping functions.
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 12 05:56:47 PDT 2018
kparzysz accepted this revision.
kparzysz added a comment.
This revision is now accepted and ready to land.
@bjope's comment about checking isDebug is a valid concern, but I think it goes outside of the scope of this patch. I don't remember seeing any checks for isDebug in other code, and going that path would probably need an agreement from more people that this is indeed the right thing to do.
https://reviews.llvm.org/D43850
More information about the llvm-commits
mailing list