This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][X86] Add start-after flags to MIR tests
ClosedPublic

Authored by thegameg on Jul 11 2018, 8:33 AM.

Details

Summary

These tests would fail with -verify-machineinstrs because the MI generated from the IR would be merged with the one already in the MIR files, and we get the following error:

*** Bad machine code: Function has NoVRegs property but there are VReg operands ***
- function:    f

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg created this revision.Jul 11 2018, 8:33 AM
JDevlieghere accepted this revision.Jul 11 2018, 8:38 AM

LGTM, Thanks!

This revision is now accepted and ready to land.Jul 11 2018, 8:38 AM
This revision was automatically updated to reflect the committed changes.