repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
test
/
CodeGen
/
Hexagon
/
store-imm-halword.ll
blob
55d1ced1b8e8153aa2a0f80d5618f90abdf6e5f8
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: memh{{.*}} = #-1
3
4
target triple = "hexagon"
5
6
; Function Attrs: nounwind
7
define void @f0(i16* %a0) #0 {
8
b0:
9
store i16 -1, i16* %a0, align 2
10
ret void
11
}
12
13
attributes #0 = { nounwind }