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

7 lines
101 B
LLVM
Raw Normal View History

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