repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
arm64-frame-index.ll
blob
0544eaebcc5a9be4f55a0ea0d86acdcc3ac09137
1
; RUN: llc < %s -mtriple=arm64-apple-ios -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s
2
; rdar://11935841
3
4
define void @t1() nounwind ssp {
5
entry:
6
; CHECK-LABEL: t1:
7
; CHECK-NOT: add x{{[0-9]+}}, sp
8
; CHECK: stp x28, x27, [sp, #-16]!
9
%v = alloca [288 x i32], align 4
10
unreachable
11
}