This is an archive of the discontinued LLVM Phabricator instance.

[mips][mt][1/7] Add the MT ASE as a subtarget feature.
ClosedPublic

Authored by sdardis on Jul 11 2017, 4:55 AM.

Details

Summary

Preparatory work for adding the MIPS MT (multi-threading) ASE instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Jul 11 2017, 4:55 AM
sdardis retitled this revision from [mips][mt][1/8] Add the MT ASE as a subtarget feature. to [mips][mt][1/7] Add the MT ASE as a subtarget feature..Jul 11 2017, 5:08 AM
atanasyan accepted this revision.Jul 11 2017, 6:17 AM

LGTM with minor note

test/MC/Mips/mt/abiflag.s
3 ↗(On Diff #106008)

I would try to use llvm-readobj -mips-abi-flags to check the .MIPS.abiflags section content.

This revision is now accepted and ready to land.Jul 11 2017, 6:17 AM
This revision was automatically updated to reflect the committed changes.