mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
8 lines
138 B
LLVM
8 lines
138 B
LLVM
![]() |
; RUN: llc < %s -march=sparcv9 | FileCheck %s
|
||
|
|
||
|
; CHECK: ret2:
|
||
|
; CHECK: or %g0, %i1, %i0
|
||
|
define i64 @ret2(i64 %a, i64 %b) {
|
||
|
ret i64 %b
|
||
|
}
|