File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/tools/llc/new-pm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # RUN: llc -mtriple=x86_64-unknown-linux-gnu -passes=" block-placement<tail-merge>,block-placement<no-tail-merge>" -print-pipeline-passes -o /dev/ null %s 2>&1 | FileCheck %s --check-prefix=CHECK
1+ # RUN: llc -mtriple=x86_64-unknown-linux-gnu -passes=' block-placement<tail-merge>,block-placement<no-tail-merge>' -print-pipeline-passes -filetype= null %s 2>&1 | FileCheck %s --check-prefix=CHECK
22
3- # RUN: not llc -mtriple=x86_64-unknown-linux-gnu -passes=" block-placement<invalid-opt>" -print-pipeline-passes -o /dev/ null %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT
3+ # RUN: not llc -mtriple=x86_64-unknown-linux-gnu -passes=' block-placement<invalid-opt>' -print-pipeline-passes -filetype= null %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT
44
55# CHECK: block-placement,block-placement<no-tail-merge>
66# CHECK-NOT: invalid MachineBlockPlacementPass parameter 'invalid-opt'
You can’t perform that action at this time.
0 commit comments