brintos

brintos / llvm-project-archived public Read only

0
0
Text · 518 B · 3334861 Raw
16 lines · plain
1; RUN: llc -verify-machineinstrs -O0 -mtriple=powerpc-unknown-linux-gnu   < %s | FileCheck %s2; RUN: llc -verify-machineinstrs -O0 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s3 4; This verifies that the code to update VRSAVE has been removed for SVR4.5 6define <4 x float> @bar(<4 x float> %v) nounwind {7entry:8  %v.addr = alloca <4 x float>, align 169  store <4 x float> %v, ptr %v.addr, align 1610  %0 = load <4 x float>, ptr %v.addr, align 1611  ret <4 x float> %012}13 14; CHECK-NOT: mfspr15; CHECK-NOT: mtspr16