brintos

brintos / llvm-project-archived public Read only

0
0
Text · 665 B · 989b6b6 Raw
21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; 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 %s5; 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 %s8 9define void @fun(i32 %val) {10; MM2-LABEL: <fun>:11; MM2:         cb e5 sw $ra, 20($sp)12 13; MM6-LABEL: <fun>:14; MM6:         fb fd 00 14 sw $ra, 20($sp)15entry:16  call ptr @fun1()17  ret void18}19 20declare ptr @fun1()21