1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Ahmed Bougacha 64c0163225 [AArch64] Make the TargetParser add CPU exts provided by the arch.
Otherwise, each CPU has to manually specify the extensions it supports,
even though they have to be a superset of the base arch extensions.
And when there's redundant data there's stale data, so most of the CPUs
lie about the features they support (almost none lists AEK_FP).

Instead, do the saner thing: add the optional extensions on top of the
base extensions provided by the architecture.

The ARM TargetParser has the same behavior.

Differential Revision: https://reviews.llvm.org/D32780

llvm-svn: 302078
2017-05-03 20:33:58 +00:00
..
2016-04-18 09:17:29 +00:00
2014-06-08 22:29:17 +00:00
2016-12-27 11:07:53 +00:00
2014-12-04 16:59:36 +00:00
2014-12-04 16:59:36 +00:00
2017-03-13 20:00:25 +00:00
2016-09-27 15:45:57 +00:00
2016-04-18 09:17:29 +00:00