Skip to content

Commit ffab5a0

Browse files
committed
Add a test for the A16/A17 parts of eb1b428
There are a couple of open questions on what we should do for A14, so I'll leave that off for now. #81325 (comment)
1 parent 00e80fb commit ffab5a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-v1 | FileCheck %s
1414
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-n2 | FileCheck %s
1515
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-v2 | FileCheck %s
16+
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=apple-a16 -mattr=-fuse-literals | FileCheck %s
17+
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=apple-a17 -mattr=-fuse-literals | FileCheck %s
1618

1719
@g = common local_unnamed_addr global ptr null, align 8
1820

0 commit comments

Comments
 (0)