File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
third_party/xla/xla/hlo/tools/tests Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: hlo-opt %s --xla_dump_to=%t_dump_dir --passes=dce,algsimp
2
2
// RUN: ls %t_dump_dir | sort | FileCheck %s --check-prefix="DUMP"
3
- // RUN: hlo-opt --xla_dump_to=%t_dump_dir_with_passes --xla_dump_hlo_pass_re=".*" --passes=dce,algsimp %s
3
+ // RUN: hlo-opt --xla_dump_to=%t_dump_dir_with_passes --xla_dump_hlo_pass_re=".*" --passes=dce,algsimp %s
4
4
// RUN: ls %t_dump_dir_with_passes | sort | FileCheck %s --check-prefix="DUMP_WITH_PASSES"
5
5
6
- // DUMP: module_0000.m.after_optimization.txt
7
- // DUMP-NEXT: module_0000.m.before_optimization.txt
8
- // DUMP-NEXT: module_0000.m.debug_options
6
+ // DUMP: module_0000.m.{{.*}} after_optimization.txt
7
+ // DUMP-NEXT: module_0000.m.{{.*}} before_optimization.txt
8
+ // DUMP-NEXT: module_0000.m.{{.*}} debug_options
9
9
10
- // DUMP_WITH_PASSES: module_0000.m.0000.transforms_pipeline.after_pipeline-start.before_dce.txt
11
- // DUMP_WITH_PASSES-NEXT: module_0000.m.0001.transforms_pipeline.after_algsimp.before_pipeline-end.txt
12
- // DUMP_WITH_PASSES-NEXT: module_0000.m.after_optimization.txt
13
- // DUMP_WITH_PASSES-NEXT: module_0000.m.before_optimization.txt
14
- // DUMP_WITH_PASSES-NEXT: module_0000.m.debug_options
10
+ // DUMP_WITH_PASSES: module_0000.m.{{.*}} 0000.transforms_pipeline.after_pipeline-start.before_dce.txt
11
+ // DUMP_WITH_PASSES-NEXT: module_0000.m.{{.*}} 0001.transforms_pipeline.after_algsimp.before_pipeline-end.txt
12
+ // DUMP_WITH_PASSES-NEXT: module_0000.m.{{.*}} after_optimization.txt
13
+ // DUMP_WITH_PASSES-NEXT: module_0000.m.{{.*}} before_optimization.txt
14
+ // DUMP_WITH_PASSES-NEXT: module_0000.m.{{.*}} debug_options
15
15
16
16
HloModule m
17
17
test {
You can’t perform that action at this time.
0 commit comments