[PATCH] D63973: [MachineVerifier] Improve checks of target instructions operands.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 07:59:54 PDT 2019


jonpa added a comment.

In D63973#1644283 <https://reviews.llvm.org/D63973#1644283>, @bjope wrote:

> In D63973#1644279 <https://reviews.llvm.org/D63973#1644279>, @bjope wrote:
>
> > In D63973#1644277 <https://reviews.llvm.org/D63973#1644277>, @lebedev.ri wrote:
> >
> > > @bjope might know about `DebugInfo/X86/live-debug-vars-discard-invalid.mir` failure
> >
> >
> > Thanks! (I had not noticed this patch)
> >  I think the problem with  `DebugInfo/X86/live-debug-vars-discard-invalid.mir` is that the test case uses the BTS64rr instruction, but it should probably have used BTS64ri8 instead (considering that the second operand is a constant).
> >  I'll have another look at it and then I'll push a fixup.
>
>
> Fix pushed in https://reviews.llvm.org/rL369866


Thanks for fixing DebugInfo/X86/live-debug-vars-discard-invalid.mir! 4 more to go...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63973/new/

https://reviews.llvm.org/D63973





More information about the llvm-commits mailing list