mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 22:55:15 +00:00
[AArch64] Temporarily desactivate the PBQP test, while I investigate some leaks in the allocator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e4558e5a8
commit
50196a89d1
@ -1,14 +0,0 @@
|
||||
; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -aarch64-pbqp -o - %s | FileCheck %s
|
||||
|
||||
define i32 @foo(i32 %a) {
|
||||
; CHECK-LABEL: foo:
|
||||
; CHECK: bl bar
|
||||
; CHECK-NEXT: bl baz
|
||||
%call = call i32 @bar(i32 %a)
|
||||
%call1 = call i32 @baz(i32 %call)
|
||||
ret i32 %call1
|
||||
}
|
||||
|
||||
declare i32 @bar(i32)
|
||||
declare i32 @baz(i32)
|
||||
|
Loading…
Reference in New Issue
Block a user