]> granicus.if.org Git - llvm/commit
Merging r243469:
authorHans Wennborg <hans@hanshq.net>
Thu, 30 Jul 2015 16:14:05 +0000 (16:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 30 Jul 2015 16:14:05 +0000 (16:14 +0000)
commit53a63a9874687e9b5867db5b8f5cf02b847cb50d
tree5e80d4d21c7ed76187dde972ff6cf4e1839bdbac
parent1166c1fefd6dceb21430b472f9f091c95c0470fc
Merging r243469:
------------------------------------------------------------------------
r243469 | vkalintiris | 2015-07-28 12:57:25 -0700 (Tue, 28 Jul 2015) | 12 lines

[mips][FastISel] Fix generated code for IR's select instruction.

Summary:
Generate correct code for the select instruction by zero-extending
it's boolean/condition operand to GPR-width. This is necessary because
the conditional-move instructions operate on the whole register.

Reviewers: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11506
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@243646 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/sel1.ll