From bfceed49cec1ec3f6b846974c96e49e00bd8c36f Mon Sep 17 00:00:00 2001 From: Alina Sbirlea Date: Tue, 4 Jun 2019 18:45:15 +0000 Subject: [Utils] Clean another duplicated util method. Summary: Following the cleanup in D48202, method foldBlockIntoPredecessor has the same behavior. Replace its uses with MergeBlockIntoPredecessor. Remove foldBlockIntoPredecessor. Reviewers: chandlerc, dmgreen Subscribers: jlebar, javed.absar, zzheng, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62751 llvm-svn: 362538 --- llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll') diff --git a/llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll b/llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll index d64b51509e1..4dad5c33d20 100644 --- a/llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll +++ b/llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: opt -mcpu=thunderx2t99 -loop-unroll --debug-only=loop-unroll -S -unroll-allow-partial < %s 2>&1 | FileCheck %s +; RUN: opt -mcpu=thunderx2t99 -loop-unroll --debug-only=loop-unroll --debug-only=basicblock-utils -S -unroll-allow-partial < %s 2>&1 | FileCheck %s target triple = "aarch64-unknown-linux-gnu" -- cgit v1.2.3