brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 5d594e2 Raw
12 lines · plain
1; RUN: llc -mtriple=mipsel -mcpu=mips32r2 -mattr=+micromips -asm-show-inst -verify-machineinstrs < %s | FileCheck %s2 3; Function Attrs: nounwind4define i32 @function1(ptr %f) {5entry:6; CHECK-LABEL: function1:7; CHECK: SWSP_MM8; CHECK: LWSP_MM9  %call = call i32 %f(i32 0)10  ret i32 011}12