OSDN Git Service

Add support for scalarizing cttz_zero_undef
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Sun, 10 Aug 2014 22:49:54 +0000 (22:49 +0000)
committerStephen Hines <srhines@google.com>
Wed, 27 Aug 2014 00:59:36 +0000 (17:59 -0700)
commitcddb0cfe383207ccec0cc797db401854e5f0c672
tree05365f8aa7cc271ec765c9e2a0423542f235c99d
parent63045274494a5adfedbd4de7280386948f7ca9b9
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]