From 4058e8fbed18d9c2f7287b0334861d07972ce035 Mon Sep 17 00:00:00 2001 From: Balaram Makam Date: Thu, 10 Mar 2016 19:07:50 +0000 Subject: [PATCH] Fix testicase to turn buildbot green. NFC. llvm-svn: 263154 --- llvm/test/CodeGen/AArch64/aarch64-tbz.ll | 4 ++-- llvm/test/CodeGen/AArch64/fast-isel-tbz.ll | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/AArch64/aarch64-tbz.ll b/llvm/test/CodeGen/AArch64/aarch64-tbz.ll index bbd8d2f..e24f2d9 100644 --- a/llvm/test/CodeGen/AArch64/aarch64-tbz.ll +++ b/llvm/test/CodeGen/AArch64/aarch64-tbz.ll @@ -4,7 +4,7 @@ ; CHECK: tbz {{w[0-9]}}, #3, {{.LBB0_3}} ; CHECK: tbz [[REG1:x[0-9]+]], #2, {{.LBB0_3}} ; CHECK-NOT: and [[REG2:x[0-9]+]], [[REG1]], #0x4 -; CHECK-NEXT-NOT: cbz [[REG2]], {{.LBB0_3}} +; CHECK-NOT: cbz [[REG2]], {{.LBB0_3}} ; CHECK: b define void @test1(i64 %A, i64 %B) { @@ -28,7 +28,7 @@ if.end3: ; preds = %if.then2, %entry ; CHECK: cbz {{x[0-9]}}, {{.LBB1_3}} ; CHECK: tbz [[REG1:x[0-9]+]], #3, {{.LBB1_3}} ; CHECK-NOT: and [REG2:x[0-9]+], [[REG1]], #0x08 -; CHECK-NEXT-NOT: cbz [[REG2]], {{.LBB1_3}} +; CHECK-NOT: cbz [[REG2]], {{.LBB1_3}} define void @test2(i64 %A, i64* readonly %B) #0 { entry: diff --git a/llvm/test/CodeGen/AArch64/fast-isel-tbz.ll b/llvm/test/CodeGen/AArch64/fast-isel-tbz.ll index c1871d1..57d4416 100644 --- a/llvm/test/CodeGen/AArch64/fast-isel-tbz.ll +++ b/llvm/test/CodeGen/AArch64/fast-isel-tbz.ll @@ -1,5 +1,5 @@ ; RUN: llc -disable-peephole -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=CHECK %s -; RUN: llc -fast-isel -fast-isel-abort=1 -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=CHECK --check-prefix=FAST %s +; RUN: llc -disable-peephole -fast-isel -fast-isel-abort=1 -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=CHECK --check-prefix=FAST %s define i32 @icmp_eq_i8(i8 zeroext %a) { ; CHECK-LABEL: icmp_eq_i8 -- 2.7.4