Sign in
llvm
/
llvm-project
/
da69eb75cbc634a56886e94de3e546c63c17567e
/
.
/
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
}