brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · a8d7f43 Raw
9 lines · plain
1; RUN: llc  < %s -mtriple=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s2; RUN: llc  < %s -mtriple=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s3 4define double @foo1() nounwind readnone {5entry:6; CHECK: dmtc1 $zero7  ret double 0.000000e+008}9