These AssemblerPredicate's are unnecessary and actually make some instructions unusable when assembling pre-MIPS32 ISAs.
For example, this was causing the IAS to reject the 'j' instruction for MIPS I-V.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit
test/MC/Mips/mips1/valid.s | ||
---|---|---|
126–128 | Nit: These aren't necessary. Likewise for the other tests. |
Comment Actions
Addressed nit.
Rebased.
I'm waiting for D8294 to get accepted and commited, before I commit this patch.