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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
fp_to_uint.ll
blob
1360b62d273b8f9ff7a434d6a60d6e8205555dab
1
; RUN: llc < %s -march=ppc32 | grep fctiwz | count 1
2
3
define i16 @foo(float %a) {
4
entry:
5
%tmp.1 = fptoui float %a to i16 ; <i16> [#uses=1]
6
ret i16 %tmp.1
7
}
8