This is an archive of the discontinued LLVM Phabricator instance.

Improve SysV ABI for ARM to handle return values with vector return type
ClosedPublic

Authored by tberghammer on Jul 22 2015, 7:34 AM.

Details

Summary

Improve SysV ABI for ARM to handle return values with vector return type

This is required to print out the rerun value of functions returning types with the following attributes:
attribute((vector_size(8)));
attribute((ext_vector_type(2)));

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Improve SysV ABI for ARM to handle return values with vector return type.
tberghammer updated this object.
tberghammer added reviewers: labath, omjavaid.
tberghammer added a subscriber: lldb-commits.
labath accepted this revision.Jul 22 2015, 7:45 AM
labath edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 22 2015, 7:45 AM
This revision was automatically updated to reflect the committed changes.