This is an archive of the discontinued LLVM Phabricator instance.

Mips: Make test resistant to future changes
ClosedPublic

Authored by arsenm on Dec 12 2019, 1:06 AM.

Details

Summary

This seems to have been relying on extra spills being inserted in
these blocks to increase the code size to trigger branch
relaxation. This broke when these spills were avoided. Add some asm to
pad the size of the blocks to make it not matter.

Diff Detail

Event Timeline

arsenm created this revision.Dec 12 2019, 1:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2019, 1:06 AM
This revision is now accepted and ready to land.Dec 12 2019, 9:36 AM