[PATCH] D43850: [CodeGen] Avoid handling DBG_VALUE in the LivePhysRegs stepping functions.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 08:27:23 PDT 2018


mattd added a comment.

Thanks for the feedback @bjope, @kparzysz.   I think @bjope has a good point regarding the MI Operands.  
I think we can solve the same issue I'm trying to solve here, by just adding a isDebug check to the operands in addUses.  
I'd also add the same check to removeDefs.  That would make this patch here moot.  If you think that is the more correct
thing to do, and it sounds like it might be, then I'd rather do that.


https://reviews.llvm.org/D43850





More information about the llvm-commits mailing list