Enable the fusion of arithmetic and logic instructions for Exynos M4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351149
91177308-0d34-0410-b5e6-
96231b3b80d8
FeatureFP16FML,
FeatureFuseAddress,
FeatureFuseAES,
+ FeatureFuseArithmeticLogic,
FeatureFuseCCSelect,
FeatureFuseLiterals,
FeatureLSLFast,
# 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
---