diff options
| author | Pablo Barrio <pablo.barrio@arm.com> | 2016-06-23 16:53:49 +0000 | 
|---|---|---|
| committer | Pablo Barrio <pablo.barrio@arm.com> | 2016-06-23 16:53:49 +0000 | 
| commit | 7a64346533444da236f2ab6330935143ad8b8dcf (patch) | |
| tree | 3b531bfd70261893918d88980fd52820ee885c06 /lldb/scripts/Python/prepare_binding_Python.py | |
| parent | 80771b9ad914bbefd8c4273e6384bf7a33d3ca66 (diff) | |
| download | llvm-7a64346533444da236f2ab6330935143ad8b8dcf.zip llvm-7a64346533444da236f2ab6330935143ad8b8dcf.tar.gz llvm-7a64346533444da236f2ab6330935143ad8b8dcf.tar.bz2 | |
[ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
Summary:
SSAT saturates an integer, making sure that its value lies within
an interval [-k, k]. Since the constant is given to SSAT as the
number of bytes set to one, k + 1 must be a power of 2, otherwise
the optimization is not possible. Also, the select_cc must use <
and > respectively so that they define an interval.
Reviewers: mcrosier, jmolloy, rengolin
Subscribers: aemerson, rengolin, llvm-commits
Differential Revision: http://reviews.llvm.org/D21372
llvm-svn: 273581
Diffstat (limited to 'lldb/scripts/Python/prepare_binding_Python.py')
0 files changed, 0 insertions, 0 deletions
