This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 00:12:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4f5ca6bbf4
llvm-mirror
/
test
/
CodeGen
/
Blackfin
/
cmp-small-imm.ll
7 lines
98 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s -march=bfin > %t
Analog Devices Blackfin back-end. Generate code for the Blackfin family of DSPs from Analog Devices: http://www.analog.com/en/embedded-processing-dsp/blackfin/processors/index.html We aim to be compatible with the exsisting GNU toolchain found at: http://blackfin.uclinux.org/gf/project/toolchain The back-end is experimental. llvm-svn: 77897
2009-08-02 19:32:10 +02:00
define
i1
@cmp3
(
i32
%A
)
{
%R
=
icmp
uge
i32
%A
,
2
ret
i1
%R
}
Reference in New Issue
Copy Permalink