This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Disable FastISel for microMIPS
ClosedPublic

Authored by milena.vujosevic.janicic on Jan 5 2016, 9:02 AM.

Details

Summary

FastIsel is not supported for microMIPS, thus it needs to be disabled.
Test micromips-zero-mat-uses.ll is deleted since the tested sequence of instructions is not generated for microMIPS without FastISel.

Diff Detail

Event Timeline

milena.vujosevic.janicic retitled this revision from to [mips][microMIPS] Disable FastISel for microMIPS.
milena.vujosevic.janicic updated this object.
dsanders accepted this revision.Jan 12 2016, 5:42 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 12 2016, 5:42 AM
This revision was automatically updated to reflect the committed changes.
lib/Target/Mips/MipsFastISel.cpp