| commit | e4dacb750da45f4183ae67868d7283a89efe0b40 | [log] [tgz] |
|---|---|---|
| author | Petar Jovanovic <petar.jovanovic@imgtec.com> | Tue Sep 12 21:43:33 2017 +0000 |
| committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | Tue Sep 12 21:43:33 2017 +0000 |
| tree | 6fc44e81f9fce4cb8b7393822b0d64c0515adcc8 | |
| parent | 67df57a24274afcf150c4ab0d8f72ebb31bc3a44 [diff] |
[mips] handle UImm16_AltRelaxed match type Currently, UImm16_AltRelaxed match type is not handled in MatchAndEmitInstruction() function, which may result in llvm_unreachable() behavior. This patch adds necessary case for this match type. Patch by Aleksandar Beserminji. Differential Revision: https://reviews.llvm.org/D37682 llvm-svn: 313077