Sign in
rust
/
rust-lang
/
llvm-project
/
af8f9eb61a2ad4ee1f2d3f46d157b93a47c6a4bf
/
.
/
llvm
/
test
/
CodeGen
/
Hexagon
/
store-imm-byte.ll
blob: 801b8dc7d7c65cd4b86f4910e4e4d4b5d85ded0c [
file
] [
log
] [
blame
]
; 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
}