[llvm] r290234 - remove pretty-print test that requires debug

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 19:37:40 PST 2016


Author: spop
Date: Tue Dec 20 21:37:39 2016
New Revision: 290234

URL: http://llvm.org/viewvc/llvm-project?rev=290234&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/AArch64/machine-combiner-madd.ll

Modified: llvm/trunk/test/CodeGen/AArch64/machine-combiner-madd.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-combiner-madd.ll?rev=290234&r1=290233&r2=290234&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/machine-combiner-madd.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/machine-combiner-madd.ll Tue Dec 20 21:37:39 2016
@@ -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.




More information about the llvm-commits mailing list