llvm-for-llvmta/test/CodeGen/ARM/a15.ll

7 lines
116 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
; CHECK: a
define i32 @a(i32 %x) {
ret i32 %x;
}