Sign in
llvm
/
llvm-project
/
2795abb2f8c71a6f00371b49d49829efe2814b0d
/
.
/
llvm
/
test
/
CodeGen
/
XCore
/
alignment.ll
blob: 416aa62f08c47ea24f697d0001b77591a1226250 [
file
] [
log
] [
blame
]
; RUN: not --crash llc < %s -mtriple=xcore 2>&1 | FileCheck %s
; CHECK: emitPrologue unsupported alignment: 8
define
void
@f
()
nounwind
{
entry
:
%BadAlignment
=
alloca
i64
,
align
8
ret
void
}