[llvm] r217531 - [AArch64] Temporarily desactivate the PBQP test, while I investigate some leaks in the allocator

Arnaud A. de Grandmaison arnaud.degrandmaison at arm.com
Wed Sep 10 11:40:18 PDT 2014


Author: aadg
Date: Wed Sep 10 13:40:18 2014
New Revision: 217531

URL: http://llvm.org/viewvc/llvm-project?rev=217531&view=rev
Log:
[AArch64] Temporarily desactivate the PBQP test, while I investigate some leaks in the allocator

Removed:
    llvm/trunk/test/CodeGen/AArch64/PBQP.ll

Removed: llvm/trunk/test/CodeGen/AArch64/PBQP.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/PBQP.ll?rev=217530&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/PBQP.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/PBQP.ll (removed)
@@ -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)
-





More information about the llvm-commits mailing list