projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff855b6
)
[AArch64] Adjust the feature set for Exynos M1.
author
Evandro Menezes
<e.menezes@samsung.com>
Wed, 24 Aug 2016 18:17:30 +0000
(18:17 +0000)
committer
Evandro Menezes
<e.menezes@samsung.com>
Wed, 24 Aug 2016 18:17:30 +0000
(18:17 +0000)
Enable zero cycle zeroing.
llvm-svn: 279648
llvm/lib/Target/AArch64/AArch64.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/AArch64/AArch64.td
b/llvm/lib/Target/AArch64/AArch64.td
index
13a32d8
..
6c4bba1
100644
(file)
--- a/
llvm/lib/Target/AArch64/AArch64.td
+++ b/
llvm/lib/Target/AArch64/AArch64.td
@@
-225,7
+225,8
@@
def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1",
FeatureNEON,
FeaturePerfMon,
FeaturePostRAScheduler,
- FeatureUseRSqrt
+ FeatureUseRSqrt,
+ FeatureZCZeroing
]>;
def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",