mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
12 lines
232 B
LLVM
12 lines
232 B
LLVM
|
; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
|
||
|
; RUN: -disable-mips-delay-filler -O3 < %s | FileCheck %s
|
||
|
|
||
|
define i32 @foo(i32 signext %a) #0 {
|
||
|
entry:
|
||
|
ret i32 0
|
||
|
}
|
||
|
|
||
|
declare i32 @bar(i32 signext) #1
|
||
|
|
||
|
; CHECK: jrc
|