repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
GlobalISel
/
llvm-ir
/
ret.ll
blob
0c89e15a3d1be02892af1b28850812dac10cfa70
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
; RUN: llc -O0 -mtriple=mipsel-linux-gnu -global-isel -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=MIPS32
3
4
define void @void() {
5
; MIPS32-LABEL: void:
6
; MIPS32: # %bb.0: # %entry
7
; MIPS32-NEXT: jr $ra
8
; MIPS32-NEXT: nop
9
entry:
10
ret void
11
}
12