This is an archive of the discontinued LLVM Phabricator instance.

[mips][micromips] Add predicate 'InMicroMips' at CodeGen patterns for microMIPS instructions
ClosedPublic

Authored by jkolek on Nov 10 2014, 11:49 AM.

Details

Summary

Add predicate 'InMicroMips' at CodeGen patterns for microMIPS instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 16002.Nov 10 2014, 11:49 AM
jkolek retitled this revision from to [mips][micromips] Add predicate 'InMicroMips' at CodeGen patterns for microMIPS instructions.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: sstankovic, dsanders, vmedic.
jkolek added subscribers: zoran.jovanovic, Unknown Object (MLST).
sstankovic edited edge metadata.Nov 12 2014, 4:29 AM

LGTM. You may optionally add a comment in the test file that this test checks that encoding for srl is correct when fast-isel for mips32 is used.

sstankovic accepted this revision.Nov 12 2014, 4:29 AM
sstankovic edited edge metadata.
This revision is now accepted and ready to land.Nov 12 2014, 4:29 AM
Diffusion closed this revision.Nov 12 2014, 5:30 AM
Diffusion updated this revision to Diff 16083.

Closed by commit rL221780 (authored by zjovanovic).