File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefix= ERR %s
2
- # RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -passes=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefix= ERR %s
1
+ # RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefixes=ERR-LEGACY, ERR %s
2
+ # RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -passes=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefixes=ERR-NPM, ERR %s
3
3
4
- # ERR: MachineFunctionProperties required by SI Fold Operands pass are not met by function not_ssa.
4
+ # ERR-LEGACY: MachineFunctionProperties required by SI Fold Operands pass are not met by function not_ssa.
5
+ # ERR-NPM: MachineFunctionProperties required by SIFoldOperandsPass pass are not met by function not_ssa.
5
6
# ERR-NEXT: Required properties: IsSSA
6
7
# ERR-NEXT: Current properties: NoPHIs
7
8
---
You can’t perform that action at this time.
0 commit comments