diff options
author | Alina Sbirlea <asbirlea@google.com> | 2019-06-04 18:45:15 +0000 |
---|---|---|
committer | Alina Sbirlea <asbirlea@google.com> | 2019-06-04 18:45:15 +0000 |
commit | bfceed49cec1ec3f6b846974c96e49e00bd8c36f (patch) | |
tree | 421f130c871d80e6f3d09956c5c19293909d4974 /llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll | |
parent | 7dcd73340ba51943b935064db038e526d4596e6e (diff) | |
download | bcm5719-llvm-bfceed49cec1ec3f6b846974c96e49e00bd8c36f.tar.gz bcm5719-llvm-bfceed49cec1ec3f6b846974c96e49e00bd8c36f.zip |
[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
Diffstat (limited to 'llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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" |