This is an archive of the discontinued LLVM Phabricator instance.

Fix for PR20917: wrong lowering of ctlz with vector arguments
AbandonedPublic

Authored by volkalexey on Sep 12 2014, 1:43 AM.

Details

Reviewers
nadav
Summary

This patch fixes bug in type promotion for ctlz intrinsic.

Diff Detail

Event Timeline

volkalexey updated this revision to Diff 13618.Sep 12 2014, 1:43 AM
volkalexey retitled this revision from to Fix for PR20917: wrong lowering of ctlz with vector arguments.
volkalexey updated this object.
volkalexey edited the test plan for this revision. (Show Details)
volkalexey added a reviewer: nadav.
volkalexey set the repository for this revision to rL LLVM.
volkalexey added a subscriber: zinovy.nis.
volkalexey added a subscriber: Unknown Object (MLST).
volkalexey updated this revision to Diff 13620.Sep 12 2014, 2:20 AM

Minor test fix.

volkalexey abandoned this revision.Sep 12 2014, 6:23 AM

Fix for bug committed in r217671