mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
794fa1f8f7
llvm-svn: 41097
10 lines
195 B
LLVM
10 lines
195 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep fctiwz | count 1
|
|
|
|
implementation
|
|
|
|
ushort %foo(float %a) {
|
|
entry:
|
|
%tmp.1 = cast float %a to ushort
|
|
ret ushort %tmp.1
|
|
}
|