Add support for scalarizing cttz_zero_undef
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Sun, 10 Aug 2014 22:49:54 +0000 (22:49 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Sun, 10 Aug 2014 22:49:54 +0000 (22:49 +0000)
commit97b0c63f6b0527e543c5b4744f11158f2988f0bf
treee85d455e1f3e5986cff24491cd5dcf6bb66a7f97
parent3e5734dc382a4b6835f12e972c3fc5ad429fff34
Add support for scalarizing cttz_zero_undef

Follow up to r214266. Add missing case in ScalarizeVectorResult() for
cttz_zero_undef.

Differential Revision: http://reviews.llvm.org/D4813

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215330 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
test/CodeGen/Mips/cttz-v.ll [new file with mode: 0644]