repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
ARM
/
dbg.ll
blob
8bce1a65c15ef21ab74f89794610821744a3690a
1
; RUN: llc -mtriple armv8-eabi -mcpu=cortex-a57 -o - %s | FileCheck %s
2
; RUN: llc -mtriple thumbv8-eabi -mcpu=cortex-a57 -o - %s | FileCheck %s
3
4
define void @hint_dbg() {
5
entry:
6
call void @llvm.arm.dbg(i32 0)
7
ret void
8
}
9
10
declare void @llvm.arm.dbg(i32)
11
12
; CHECK: dbg #0
13