repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Support 'f' Inline Assembly Constraint
[llvm-core.git]
/
test
/
CodeGen
/
XCore
/
2009-07-15-store192.ll
blob
5278af8ac229c3b9adbbc2539be8ef82b6399ba9
1
; RUN: llc < %s -march=xcore > %t1.s
2
define void @store32(i8* %p) nounwind {
3
entry:
4
%0 = bitcast i8* %p to i192*
5
store i192 0, i192* %0, align 4
6
ret void
7
}