[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / micromips-sw.ll
blob989b6b6f2be9bc2c580aabebd6a434d91a148556
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=mips -mcpu=mips32r2 -mattr=+micromips \
3 ; RUN:     -filetype=obj -o - %s | llvm-objdump --no-print-imm-hex -d - \
4 ; RUN:   | FileCheck --check-prefix=MM2 %s
5 ; RUN: llc -mtriple=mips -mcpu=mips32r6 -mattr=+micromips -verify-machineinstrs \
6 ; RUN:     -filetype=obj -o - %s | llvm-objdump --no-print-imm-hex -d - \
7 ; RUN:   | FileCheck --check-prefix=MM6 %s
9 define void @fun(i32 %val) {
10 ; MM2-LABEL: <fun>:
11 ; MM2:         cb e5 sw $ra, 20($sp)
13 ; MM6-LABEL: <fun>:
14 ; MM6:         fb fd 00 14 sw $ra, 20($sp)
15 entry:
16   call ptr @fun1()
17   ret void
20 declare ptr @fun1()