Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 21 Dec 2011 00:20:27 +0000 (00:20 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 21 Dec 2011 00:20:27 +0000 (00:20 +0000)
commitc79507a4dd0c64e3d96fee6c57d0b2e3d14f4b77
treeb06fdacb1c28c2ae23c7a61b0052621b291c19a0
parent7f162743fc7d68b19a6e21bba2a0aa810fc7897f
Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
case for DCLO and DCLZ.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
test/CodeGen/Mips/mips64countleading.ll [new file with mode: 0644]