| commit | d4e0a4fd2c74a41a32a9817667bb1394cc84f124 | [log] [tgz] |
|---|---|---|
| author | Oliver Stannard <oliver.stannard@arm.com> | Wed Oct 01 13:13:18 2014 +0000 |
| committer | Oliver Stannard <oliver.stannard@arm.com> | Wed Oct 01 13:13:18 2014 +0000 |
| tree | d7dd14b3a7cb2b372325853d9408dbd9a5880cf2 | |
| parent | 81f59a09f22fde3aaeffb97574ea438e511d5988 [diff] |
[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5 Currently, we only codegen the VRINT[APMXZR] and VCVT[BT] instructions when targeting ARMv8, but they are actually present on any target with FP-ARMv8. Note that FP-ARMv8 is called FPv5 when is is part of an M-profile core, but they have the same instructions so we model them both as FPARMv8 in the ARM backend. llvm-svn: 218763