]> granicus.if.org Git - llvm/commit
Merging r323781:
authorHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 13:41:04 +0000 (13:41 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 13:41:04 +0000 (13:41 +0000)
commit240f1f3d602bc77d4ee810653042307bb5f734b9
treee9dfbaadaf4296d3dd8f1c776a178931e240e61b
parentdcecdaaa04cb66db2d25a1c10725adae143c5768
Merging r323781:
------------------------------------------------------------------------
r323781 | sdardis | 2018-01-30 17:24:10 +0100 (Tue, 30 Jan 2018) | 15 lines

[mips] Fix incorrect sign extension for fpowi libcall

PR36061 showed that during the expansion of ISD::FPOWI, that there
was an incorrect zero extension of the integer argument which for
MIPS64 would then give incorrect results. Address this with the
existing mechanism for correcting sign extensions.

This resolves PR36061.

Thanks to James Cowgill for reporting the issue!

Reviewers: atanasyan, hfinkel

Differential Revision: https://reviews.llvm.org/D42537

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@324085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
test/CodeGen/Mips/pr36061.ll [new file with mode: 0644]