brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 5f89222 Raw
12 lines · plain
1; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \2; RUN:  -mtriple powerpc-ibm-aix-xcoff -O0 < %s | \3; RUN: FileCheck --check-prefixes=CHECK %s4 5define void @usethirteen() {6    call void asm "nop", "~{r13}"()7    ret void8}9 10; CHECK: stw 13, -76(1)11; CHECK: lwz 13, -76(1)12