repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
xray-empty-function.mir
blob
178771a3c63afcdd467035633833afc9e4c52736
1
# RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
2
#
3
# Make sure we can handle empty functions.
4
---
5
name: empty
6
tracksRegLiveness: true
7
liveins:
8
- { reg: '$edi'}
9
body: |
10
bb.0:
11
; CHECK-NOT: PATCHABLE_FUNCTION_ENTER
12
...
13