[mlir][python] allow DenseIntElementsAttr for index type (#118947)
[llvm-project.git] / llvm / test / CodeGen / Mips / Fast-ISel / nullvoid.ll
blobcb71cb426e6409ee1ba8d4e4360554c560a93d9b
1 ; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32r2 \
2 ; RUN:     < %s | FileCheck %s
3 ; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32 \
4 ; RUN:     < %s | FileCheck %s
6 ; Function Attrs: nounwind
7 define void @foo() {
8 entry:
9   ret void
10 ; CHECK: jr     $ra