repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
stfiwx-2.ll
blob
c49b25cc2303987fc8cfda666cfe62814a447342
1
; This cannot be a stfiwx
2
; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep stb
3
; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep stfiwx
4
5
define void @test(float %F, i8* %P) {
6
%I = fptosi float %F to i32
7
%X = trunc i32 %I to i8
8
store i8 %X, i8* %P
9
ret void
10
}
11