repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
store-imm-word.ll
blob
16006ae27848e6c57ddfe4742f1f11ec988b0d0d
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: memw{{.*}} = #-1
3
4
target triple = "hexagon"
5
6
; Function Attrs: nounwind
7
define void @f0(ptr %a0) #0 {
8
b0:
9
store i32 -1, ptr %a0, align 4
10
ret void
11
}
12
13
attributes #0 = { nounwind }