projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the...
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
a15.ll
1
; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
2
3
; CHECK: a
4
define i32 @a(i32 %x) {
5
ret i32 %x;
6
}