| commit | 00e9867988427f30f7f6b9331d78ce3732e8feec | [log] [tgz] |
|---|---|---|
| author | Toma Tabacu <toma.tabacu@imgtec.com> | Fri May 01 12:19:27 2015 +0000 |
| committer | Toma Tabacu <toma.tabacu@imgtec.com> | Fri May 01 12:19:27 2015 +0000 |
| tree | f8878a665fc591e00e09cc6519963004e5178c87 | |
| parent | b0e3c348ab3b8dc68219832351ada4e02eade960 [diff] |
[mips] [IAS] Fix error messages for using LI with 64-bit immediates. 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. Reviewers: dsanders Reviewed By: dsanders Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D9289 llvm-svn: 236313