summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
diff options
context:
space:
mode:
authorEvandro Menezes <e.menezes@samsung.com>2018-01-30 15:40:16 +0000
committerEvandro Menezes <e.menezes@samsung.com>2018-01-30 15:40:16 +0000
commit9f9daa1f14f4b087edce2ceb4e36e2dec38680e1 (patch)
tree6ff026a90659cee5d8c983b91b82931499870a3f /llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
parent4256fd0b4b85598f9b47308d15715a5b4f1e1813 (diff)
downloadbcm5719-llvm-9f9daa1f14f4b087edce2ceb4e36e2dec38680e1.tar.gz
bcm5719-llvm-9f9daa1f14f4b087edce2ceb4e36e2dec38680e1.zip
[AArch64] Add pipeline model for Exynos M3
Add the scheduling and cost model for Exynos M3. Differential revision: https://reviews.llvm.org/D42387 llvm-svn: 323773
Diffstat (limited to 'llvm/test/CodeGen/AArch64/preferred-function-alignment.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/preferred-function-alignment.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/preferred-function-alignment.ll b/llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
index 4a0a5821edf..0ac565e7d54 100644
--- a/llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
+++ b/llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
@@ -14,7 +14,7 @@
; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cortex-a73 < %s | FileCheck --check-prefixes=ALIGN4,CHECK %s
; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=exynos-m1 < %s | FileCheck ---check-prefixes=ALIGN4,CHECK %s
; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=exynos-m2 < %s | FileCheck ---check-prefixes=ALIGN4,CHECK %s
-; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=exynos-m3 < %s | FileCheck ---check-prefixes=ALIGN4,CHECK %s
+; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=exynos-m3 < %s | FileCheck ---check-prefixes=ALIGN5,CHECK %s
define void @test() {
ret void
@@ -24,6 +24,7 @@ define void @test() {
; ALIGN2: .p2align 2
; ALIGN3: .p2align 3
; ALIGN4: .p2align 4
+; ALIGN5: .p2align 5
define void @test_optsize() optsize {
ret void
OpenPOWER on IntegriCloud