diff options
author | Sebastian Pop <sebpop@gmail.com> | 2016-12-21 03:37:39 +0000 |
---|---|---|
committer | Sebastian Pop <sebpop@gmail.com> | 2016-12-21 03:37:39 +0000 |
commit | 1857800cb56caea13cee1e7e664d123274624322 (patch) | |
tree | 563aac4a54d5010574027f64a7d35a5a654b0ea2 /llvm/test | |
parent | ca0f4faa46454eb1e14b59000ae6c80bb3c9d187 (diff) | |
download | bcm5719-llvm-1857800cb56caea13cee1e7e664d123274624322.tar.gz bcm5719-llvm-1857800cb56caea13cee1e7e664d123274624322.zip |
remove pretty-print test that requires debug
There is no need to test the pretty printer. Remove the boggus test to make the
build bots happy.
llvm-svn: 290234
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/AArch64/machine-combiner-madd.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/machine-combiner-madd.ll b/llvm/test/CodeGen/AArch64/machine-combiner-madd.ll index 5d1d3f3084a..ea311378946 100644 --- a/llvm/test/CodeGen/AArch64/machine-combiner-madd.ll +++ b/llvm/test/CodeGen/AArch64/machine-combiner-madd.ll @@ -7,11 +7,6 @@ ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=exynos-m2 < %s | FileCheck %s ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=kryo < %s | FileCheck %s ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=vulcan < %s | FileCheck %s -; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -debug-only=machine-combiner < %s 2>&1 > /dev/null | FileCheck %s --check-prefix COMBINE-DUMP - -; The machine-combiner debugging dumps should print the new instruction. -; COMBINE-DUMP: NEW INSTR{{.*}}MADDXrrr -; COMBINE-DUMP-NOT: NEW INSTR{{.*}}UNKNOWN ; Make sure that inst-combine fuses the multiply add in the addressing mode of ; the load. |