This is an archive of the discontinued LLVM Phabricator instance.

[mips] Disable frame_layout test on Mips16.
ClosedPublic

Authored by vkalintiris on Jun 15 2015, 6:51 AM.

Details

Summary

The frame_layout test requires support for dynamic stack realignment which
is not available on targets without standard encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

vkalintiris retitled this revision from to [mips] Disable frame_layout test on Mips16..
vkalintiris updated this object.
vkalintiris edited the test plan for this revision. (Show Details)
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: Unknown Object (MLST).
dsanders accepted this revision.Jun 15 2015, 9:35 AM
dsanders edited edge metadata.

LGTM.

If it doesn't already do so, could you also make Mips16 report an error if it tries to dynamically realign the stack (i.e. the frame alignment is greater than the normal stack alignment)?

This revision is now accepted and ready to land.Jun 15 2015, 9:35 AM
This revision was automatically updated to reflect the committed changes.