This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement CodeGen support for ANDI16 instruction
ClosedPublic

Authored by jkolek on Oct 15 2014, 6:24 AM.

Details

Summary

Implement CodeGen support for 16-bit microMIPS ANDI16 instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 14937.Oct 15 2014, 6:24 AM
jkolek retitled this revision from to [mips][microMIPS] Implement CodeGen support for ANDI16 instruction.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, sstankovic, vmedic.
jkolek added a subscriber: zoran.jovanovic.
jkolek updated this revision to Diff 14956.Oct 15 2014, 12:15 PM
jkolek updated this revision to Diff 15032.Oct 16 2014, 11:52 AM
sstankovic edited edge metadata.Oct 23 2014, 8:42 AM

You don't need HasStdEnc. Otherwise, LGTM.

sstankovic accepted this revision.Oct 23 2014, 8:43 AM
sstankovic edited edge metadata.
This revision is now accepted and ready to land.Oct 23 2014, 8:43 AM
jkolek updated this revision to Diff 15408.Oct 24 2014, 5:52 AM
jkolek edited edge metadata.
  • Removed 'HasStdEnc' from 'AdditionalPredicates'
jkolek updated this revision to Diff 15484.Oct 27 2014, 5:17 AM
Diffusion closed this revision.Nov 5 2014, 8:05 AM
Diffusion updated this revision to Diff 15810.

Closed by commit rL221353 (authored by zjovanovic).