File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ extern (C): // simplify mangling for easier matching
1717
1818// Check that the global variables that are added due to "available_externally
1919// inlining" do not have initializers, i.e. they are declared only and not definined.
20- // OPT3-DAG: @module_variable = external thread_local global i32, align
21- // OPT3-DAG: @{{.*}}write_function_static_variableUiZ15static_func_vari = external thread_local global i32, align
20+
21+ // OPT3-DAG: @module_variable = external thread_local{{.*}} global i32, align
22+ // OPT3-DAG: @{{.*}}write_function_static_variableUiZ15static_func_vari = external thread_local{{.*}} global i32, align
2223
2324// OPT0-LABEL: define{{.*}} @call_class_function(
2425// OPT3-LABEL: define{{.*}} @call_class_function(
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extern (C): // simplify mangling for easier matching
1111int foo (size_t i)
1212{
1313 import core.bitop ;
14- // OPT0: call i32 @{{.*}}core5bitop3bsf
14+ // OPT0: call {{.*}} @{{.*}}core5bitop3bsf
1515 // OPT3: call {{.*}} @llvm.cttz
1616 return bsf (i);
1717 // OPT0: ret
You can’t perform that action at this time.
0 commit comments