File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/test/Analysis/DotMachineCFG/AMDGPU Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# RUN: llc -mtriple=amdgcn-- -run-pass=dot-machine-cfg -mcfg-dot-filename-prefix=%t -mcfg-func-name=func2 -o - %s 2>&1 > /dev/null
22# RUN: FileCheck %s -input-file=%t.func2.dot --check-prefix=MCFG
3- # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -mcfg-func-name=func2 -o - %s 2>&1 > /dev/null
3+ # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -mcfg-func-name=func2 -filetype=null %s
44# RUN: FileCheck %s -input-file=%t.func2.dot --check-prefix=MCFG
55
66# MCFG-NOT: digraph "Machine CFG for 'func1' function"
Original file line number Diff line number Diff line change 22# RUN: FileCheck %s -input-file=%t.irreducible.dot --check-prefix=MCFG
33# RUN: llc -mtriple=amdgcn-- -run-pass=dot-machine-cfg -mcfg-dot-filename-prefix=%t -dot-mcfg-only -o - %s 2>&1 > /dev/null
44# RUN: FileCheck %s -input-file=%t.irreducible.dot --check-prefix=MCFG-ONLY
5- # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -o - %s 2>&1 > /dev/null
5+ # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -filetype=null %s
66# RUN: FileCheck %s -input-file=%t.irreducible.dot --check-prefix=MCFG
7- # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -dot-mcfg-only -o - %s 2>&1 > /dev/null
7+ # RUN: llc -mtriple=amdgcn-- -passes=dot-machine-cfg -mcfg-dot-filename-prefix=%t -dot-mcfg-only -filetype=null %s
88# RUN: FileCheck %s -input-file=%t.irreducible.dot --check-prefix=MCFG-ONLY
99
1010# MCFG: digraph "Machine CFG for 'irreducible' function"
You can’t perform that action at this time.
0 commit comments