| commit | 5d9b8eed85e5530ce961bbe94709d83d773e46dc | [log] [tgz] |
|---|---|---|
| author | Petar Avramovic <Petar.Avramovic@rt-rk.com> | Thu Feb 14 11:39:53 2019 +0000 |
| committer | Petar Avramovic <Petar.Avramovic@rt-rk.com> | Thu Feb 14 11:39:53 2019 +0000 |
| tree | b32d138075a2a10da5ca7633117793547888d00a | |
| parent | 24383cd7bbe2716a1805cdbab908ff592a811cd7 [diff] |
[MIPS GlobalISel] Select branch instructions Select G_BR and G_BRCOND for MIPS32. Unconditional branch G_BR does not have register operand, for that reason we only add tests. Since conditional branch G_BRCOND compares register to zero on MIPS32, explicit extension must be performed on i1 condition in order to set high bits to appropriate value. Differential Revision: https://reviews.llvm.org/D58182 llvm-svn: 354022