mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 17:43:57 +00:00
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
This commit is contained in:
parent
c2820bf23e
commit
b17241b12d
@ -1,18 +1,18 @@
|
||||
; RUN: llc -debug-pass=Structure -stop-after=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
|
||||
; RUN: llc -mtriple=x86_64-- -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: llc -mtriple=x86_64-- -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: llc -mtriple=x86_64-- -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: llc -mtriple=x86_64-- -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: llc -mtriple=x86_64-- -debug-pass=Structure -start-after=dead-mi-elimination,1 %s -o /dev/null 2>&1 \
|
||||
; RUN: | FileCheck -check-prefix=START-AFTER-DEAD1 %s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user