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)));
Paths
| Differential D11416
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:
Diff Detail Event Timelinetberghammer retitled this revision from to Improve SysV ABI for ARM to handle return values with vector return type. tberghammer updated this object. This revision is now accepted and ready to land.Jul 22 2015, 7:45 AM Closed by commit rL242903: Improve SysV ABI for ARM to handle return values with vector return type (authored by tberghammer). · Explain WhyJul 22 2015, 7:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30353 source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
test/functionalities/return-value/TestReturnValue.py
test/functionalities/return-value/call-func.c
|