[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 08:34:28 PDT 2018
kparzysz added a comment.
I thought it would be a more widespread problem, but isDebug is actually checked in the nodbg iterator in MRI.
If you want, go ahead with the change to check isDebug instead.
https://reviews.llvm.org/D43850
More information about the llvm-commits
mailing list