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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
XCore
/
2009-07-15-store192.ll
blob
d3a346e8ef6c42a3ae2efd580598ae5b072896c5
1
; RUN: llc < %s -march=xcore > %t1.s
2
define void @store32(ptr %p) nounwind {
3
entry:
4
store i192 0, ptr %p, align 4
5
ret void
6
}