Sign in
llvm
/
llvm-project
/
e14b11b74dcafea1e2a71b9788b85b34ab4cf1e6
/
.
/
llvm
/
test
/
CodeGen
/
XCore
/
alignment.ll
blob: 416aa62f08c47ea24f697d0001b77591a1226250 [
file
]
; 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
}