You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,28 +0,0 @@
|
||||
# RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
|
||||
#
|
||||
# Make sure we can handle multiple ret instructions in a single basic block for
|
||||
# XRay.
|
||||
|
||||
--- |
|
||||
|
||||
define i32 @foo() noinline uwtable "function-instrument"="xray-always" {
|
||||
ret i32 0
|
||||
ret i32 1
|
||||
}
|
||||
|
||||
...
|
||||
|
||||
---
|
||||
name: foo
|
||||
tracksRegLiveness: true
|
||||
liveins:
|
||||
- { reg: '%edi'}
|
||||
body: |
|
||||
bb.0:
|
||||
liveins: %edi
|
||||
; CHECK: PATCHABLE_FUNCTION_ENTER
|
||||
RETQ
|
||||
; CHECK-NEXT: PATCHABLE_RET
|
||||
RETQ
|
||||
; CHECK-NEXT: PATCHABLE_RET
|
||||
...
|
Reference in New Issue
Block a user