summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2018-12-04 18:19:08 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2018-12-04 18:19:08 +0000
commitb17241b12d04d85fd4412eb4a6c63109525756ff (patch)
tree3d10efd04cc2996718699d511641954f19fc5770 /llvm/test/CodeGen/Generic
parentc2820bf23e4a59d16ce9501f1efb52a009a5e237 (diff)
downloadbcm5719-llvm-b17241b12d04d85fd4412eb4a6c63109525756ff.tar.gz
bcm5719-llvm-b17241b12d04d85fd4412eb4a6c63109525756ff.zip
Move llc-start-stop-instance to x86
Avoid bot failures where the host pass setup might not have 2 dead-mi-elimination runs llvm-svn: 348290
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/llc-start-stop-instance.ll50
1 files changed, 0 insertions, 50 deletions
diff --git a/llvm/test/CodeGen/Generic/llc-start-stop-instance.ll b/llvm/test/CodeGen/Generic/llc-start-stop-instance.ll
deleted file mode 100644
index bf88a2c3793..00000000000
--- a/llvm/test/CodeGen/Generic/llc-start-stop-instance.ll
+++ /dev/null
@@ -1,50 +0,0 @@
-; RUN: llc -debug-pass=Structure -stop-after=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
-; RUN: | FileCheck -check-prefix=STOP-AFTER-DEAD1 %s
-
-; RUN: llc -debug-pass=Structure -stop-after=dead-mi-elimination,0 %s -o /dev/null 2>&1 \
-; RUN: | FileCheck -check-prefix=STOP-AFTER-DEAD0 %s
-
-
-; RUN: llc -debug-pass=Structure -stop-before=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
-; RUN: | FileCheck -check-prefix=STOP-BEFORE-DEAD1 %s
-
-
-; RUN: llc -debug-pass=Structure -start-before=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
-; RUN: | FileCheck -check-prefix=START-BEFORE-DEAD1 %s
-
-; RUN: llc -debug-pass=Structure -start-after=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
-; RUN: | FileCheck -check-prefix=START-AFTER-DEAD1 %s
-
-
-
-; STOP-AFTER-DEAD1: -dead-mi-elimination
-; STOP-AFTER-DEAD1-SAME: -dead-mi-elimination
-
-; STOP-AFTER-DEAD1: Remove dead machine instructions
-; STOP-AFTER-DEAD1: Remove dead machine instructions
-
-
-
-; STOP-AFTER-DEAD0: -dead-mi-elimination
-
-; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions
-; STOP-AFTER-DEAD0: Remove dead machine instructions
-; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions
-
-
-
-; STOP-BEFORE-DEAD1: -dead-mi-elimination
-; STOP-BEFORE-DEAD1: Remove dead machine instructions
-; STOP-BEFORE-DEAD1-NOT: Remove dead machine instructions
-
-
-
-; START-BEFORE-DEAD1: -dead-mi-elimination
-; START-BEFORE-DEAD1-NOT: Remove dead machine instructions
-; START-BEFORE-DEAD1: Remove dead machine instructions
-; START-BEFORE-DEAD1-NOT: Remove dead machine instructions
-
-
-
-; START-AFTER-DEAD1-NOT: -dead-mi-elimination
-; START-AFTER-DEAD1-NOT: Remove dead machine instructions
OpenPOWER on IntegriCloud