brintos

brintos / llvm-project-archived public Read only

0
0
Text · 507 B · 963fb58 Raw
14 lines · plain
1; RUN: llc  -mtriple=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32  | FileCheck %s 2; RUN: llc  -mtriple=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32  | FileCheck %s 3 4define void @foo() #0 {5entry:6  ret void7}8 9; CHECK: 	.set	mips1610; CHECK:	.ent	foo11; CHECK:	jrc $ra12; CHECK:	.end	foo13attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "frame-pointer"="non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "use-soft-float"="false" }14