repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
apple-latest-cpu.ll
blob
2773aeb7ad37c43ca40a1c2fb6c6229b2c22e57c
1
; RUN: llc -mtriple=arm64-apple-ios -mcpu=apple-latest -stop-before=finalize-isel -o - 2>&1 < %s | FileCheck %s
2
3
; CHECK-LABEL: @dummy
4
; CHECK: "target-cpu"="apple-latest"
5
define void @dummy() {
6
ret void
7
}