| commit | 214f7bf5cc2aa7b6bb98ca2d5d79ae1f67c6b88d | [log] [tgz] |
|---|---|---|
| author | Sam Parker <sam.parker@arm.com> | Tue Sep 13 12:10:14 2016 +0000 |
| committer | Sam Parker <sam.parker@arm.com> | Tue Sep 13 12:10:14 2016 +0000 |
| tree | 98d5da0e25008358f3aa3b84509663eafe4aab89 | |
| parent | 544b1df64fbc589a54d6c544a5d27b287a4b439d [diff] |
Enable simplify libcalls for ARM PCS Teach SimplifyLibcalls that in can treat functions annotated with apcs, aapcs or aapcs_vfp like normal C functions if they only take and return integer or pointer values, and the target is not iOS. Differential Revision: https://reviews.llvm.org/D24453 llvm-svn: 281322