This is an archive of the discontinued LLVM Phabricator instance.

Fix StdVBoolImplementation to handle large vectors
ClosedPublic

Authored by tberghammer on Mar 24 2015, 8:22 AM.

Details

Summary

Fix StdVBoolImplementation to handle large vectors

The previous implementation only read out the first element of the underlying storage array. Because of it only the first 32 (on x86) or the first 64 (on x86_64) element was displayed.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix StdVBoolImplementation to handle large vectors.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: sivachandra.
tberghammer added a subscriber: Unknown Object (MLST).
sivachandra accepted this revision.Mar 24 2015, 9:53 AM
sivachandra edited edge metadata.

LGTM. Thanks for doing this.

This revision is now accepted and ready to land.Mar 24 2015, 9:53 AM
This revision was automatically updated to reflect the committed changes.