Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
llvm
/
test
/
CodeGen
/
Hexagon
/
store-imm-byte.ll
blob: 801b8dc7d7c65cd4b86f4910e4e4d4b5d85ded0c [
file
]
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: memb{{.*}} = #-1
target
triple
=
"hexagon"
; Function Attrs: nounwind
define
void
@f0
(
ptr
%a0
)
#
0
{
b0
:
store
i8
-
1
,
ptr
%a0
,
align
2
ret
void
}
attributes
#
0
=
{
nounwind
}