File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: opt -temporarily-allow-old-pass-syntax - consthoist -S %s -o - | FileCheck %s --check-prefix=OPT
2
- ; RUN: opt -temporarily-allow-old-pass-syntax - consthoist -S -consthoist-min-num-to-rebase=1 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-1
3
- ; RUN: opt -temporarily-allow-old-pass-syntax - consthoist -S -consthoist-min-num-to-rebase=2 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-2
4
- ; RUN: opt -temporarily-allow-old-pass-syntax - consthoist -S -consthoist-min-num-to-rebase=3 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-3
1
+ ; RUN: opt -passes= consthoist -S %s -o - | FileCheck %s --check-prefix=OPT
2
+ ; RUN: opt -passes= consthoist -S -consthoist-min-num-to-rebase=1 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-1
3
+ ; RUN: opt -passes= consthoist -S -consthoist-min-num-to-rebase=2 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-2
4
+ ; RUN: opt -passes= consthoist -S -consthoist-min-num-to-rebase=3 %s -o - | FileCheck %s --check-prefix=OPT --check-prefix=OPT-3
5
5
6
6
; RUN: llc -consthoist-min-num-to-rebase=2 %s -o - | FileCheck %s --check-prefix=LLC
7
7
You can’t perform that action at this time.
0 commit comments