brintos

brintos / llvm-project-archived public Read only

0
0
Text · 116 B · 9f0b280 Raw
7 lines · plain
1; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s2 3; CHECK: a4define i32 @a(i32 %x) {5  ret i32 %x;6}7