diff options
| author | Clement Courbet <courbet@google.com> | 2018-02-06 08:40:18 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-02-06 08:40:18 +0000 |
| commit | 333be329c49bffa98741085a0ae0962e754cc7cf (patch) | |
| tree | 4ded2bd56cca70b4499cffbc925153423ea6982e /llvm/test/CodeGen/Generic/llc-start-stop.ll | |
| parent | 7d09780fa20514751dbcc9a181dd2f75d756367d (diff) | |
| download | bcm5719-llvm-333be329c49bffa98741085a0ae0962e754cc7cf.tar.gz bcm5719-llvm-333be329c49bffa98741085a0ae0962e754cc7cf.zip | |
Revert "[MergeICmps] Enable the MergeICmps Pass by default."
Breaks clang-ppc64be-linux-multistage buildbot.
This reverts commit 515bab711f308c2e8299c49dd8c84ea6a2e0b60e.
llvm-svn: 324319
Diffstat (limited to 'llvm/test/CodeGen/Generic/llc-start-stop.ll')
| -rw-r--r-- | llvm/test/CodeGen/Generic/llc-start-stop.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Generic/llc-start-stop.ll b/llvm/test/CodeGen/Generic/llc-start-stop.ll index 9f5e75a86dc..9056e2cab49 100644 --- a/llvm/test/CodeGen/Generic/llc-start-stop.ll +++ b/llvm/test/CodeGen/Generic/llc-start-stop.ll @@ -13,15 +13,15 @@ ; STOP-BEFORE-NOT: Loop Strength Reduction ; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START-AFTER -; START-AFTER: -machine-branch-prob -mergeicmps +; START-AFTER: -machine-branch-prob -expandmemcmp ; START-AFTER: FunctionPass Manager -; START-AFTER-NEXT: Merge contiguous icmps into a memcmp +; START-AFTER-NEXT: Expand memcmp() to load/stores ; RUN: llc < %s -debug-pass=Structure -start-before=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START-BEFORE ; START-BEFORE: -machine-branch-prob -domtree ; START-BEFORE: FunctionPass Manager ; START-BEFORE: Loop Strength Reduction -; START-BEFORE-NEXT: Merge contiguous icmps into a memcmp +; START-BEFORE-NEXT: Expand memcmp() to load/stores ; RUN: not llc < %s -start-before=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-START-BEFORE ; RUN: not llc < %s -stop-before=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-STOP-BEFORE |

