This is an archive of the discontinued LLVM Phabricator instance.

[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand functions, NFC.
AbandonedPublic

Authored by s.egerton on Sep 8 2015, 8:07 AM.

Details

Summary

These functions had the same purpose, however the MipsMemSimm9GPRAsmOperand
function was only for micromips32r6 and the MipsMemSimm9AsmOperand did not
have a ParserMatchClass.

Diff Detail

Event Timeline

s.egerton updated this revision to Diff 34219.Sep 8 2015, 8:07 AM
s.egerton retitled this revision from to [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand functions, NFC..
s.egerton updated this object.
s.egerton added reviewers: dsanders, vkalintiris.
dsanders requested changes to this revision.Sep 9 2015, 6:09 AM
dsanders edited edge metadata.

Could you re-submit this patch with llvm-commits CC'd from the start? The mailing list won't have received a copy of the patch.

This revision now requires changes to proceed.Sep 9 2015, 6:09 AM
s.egerton abandoned this revision.Sep 9 2015, 7:36 AM

Abandoned as it will be re-uploaded with llvm-commits CC'd from the start.

The re-uploaded version is now available here: http://reviews.llvm.org/D12730