This is an archive of the discontinued LLVM Phabricator instance.

[X86] Convert MIR test to IR test
ClosedPublic

Authored by thegameg on Oct 26 2018, 8:37 AM.

Details

Summary

This test breaks the X86 MachineVerifier.

It looks to me that the MIR part is completely useless.

@opaparo: can you please make sure this is still testing the right thing?

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg created this revision.Oct 26 2018, 8:37 AM
opaparo accepted this revision.Oct 28 2018, 1:14 AM

Unfortunately, the change that this test was designated to test never matured into a patch, so it was left as an orphan.
For the time being, you can even delete it altogether.

This revision is now accepted and ready to land.Oct 28 2018, 1:14 AM
This revision was automatically updated to reflect the committed changes.