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>
Mon, 15 Sep 2014 09:13:01 +0000 (02:13 -0700)
commit593a05ca1e177fc584cba399bf66fbf437ba75d9
tree8dc2afd6d7235e0bf0bf8c0f4452fce54013659d
parentf06aaf11fff0e6fa12d4ee959569a263bf7bd779
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

(cherry picked from commit cddb0cfe383207ccec0cc797db401854e5f0c672)

Change-Id: I998526c9a9a77cb340c92ad6b292e7e5a9ba5767
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
test/CodeGen/Mips/cttz-v.ll [new file with mode: 0644]