llvm-project/llvm/test/CodeGen/ARM/a15.ll

7 lines
111 B
LLVM

; RUN: llc < %s -march=arm -mcpu=cortex-a15 | FileCheck %s
; CHECK: a
define i32 @a(i32 %x) {
ret i32 %x;
}