This is an archive of the discontinued LLVM Phabricator instance.

[mips][wip] Disable the selection of mixed microMIPS/MIPS code
ClosedPublic

Authored by sdardis on Jun 15 2018, 6:47 AM.

Details

Summary

This patch disables the selection of microMIPS and MIPS instructions and
patterns that are defined in TableGen files. Certain pseudo instructions
are selectable in both modes, but these are expanded by C++ code.

WIP notes: There are still some test failures when this patch is applied.

Diff Detail