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