mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[AArch64] Adjust the feature set for Exynos
Enable the fusion of arithmetic and logic instructions for Exynos M4. llvm-svn: 351149
This commit is contained in:
parent
b259c5545e
commit
ed44540ada
@ -557,6 +557,7 @@ def ProcExynosM4 : SubtargetFeature<"exynosm4", "ARMProcFamily", "ExynosM3",
|
||||
FeatureFP16FML,
|
||||
FeatureFuseAddress,
|
||||
FeatureFuseAES,
|
||||
FeatureFuseArithmeticLogic,
|
||||
FeatureFuseCCSelect,
|
||||
FeatureFuseLiterals,
|
||||
FeatureLSLFast,
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: llc -o /dev/null 2>&1 %s -mtriple aarch64-unknown -mattr=fuse-arith-logic -run-pass=machine-scheduler -misched-print-dags | FileCheck %s
|
||||
# RUN: llc -o /dev/null 2>&1 %s -mtriple aarch64-unknown -mcpu=exynos-m4 -run-pass=machine-scheduler -misched-print-dags | FileCheck %s
|
||||
# REQUIRES: asserts
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user