This is an archive of the discontinued LLVM Phabricator instance.

[mips] [IAS] Fix error messages for using LI with 64-bit immediates.
ClosedPublic

Authored by tomatabacu on Apr 27 2015, 5:27 AM.

Details

Summary

LI should never accept immediates larger than 32 bits.
The additional Is32BitImm boolean also paves the way for unifying the functionality that LA and LI have in common.

Diff Detail

Repository
rL LLVM