@@ -38,7 +38,7 @@ define void @f1(i64 %x) nounwind {
3838; RT-NEXT: [[TMP8:%.*]] = load i128, ptr [[TMP2]], align 4
3939; RT-NEXT: ret void
4040; RT: [[TRAP]]:
41- ; RT-NEXT: call void @__ubsan_handle_local_out_of_bounds() #[[ATTR1:[0-9]+ ]]
41+ ; RT-NEXT: call void @__ubsan_handle_local_out_of_bounds() #[[ATTR0 ]]
4242; RT-NEXT: br label %[[BB7]]
4343;
4444; RTABORT-LABEL: define void @f1(
@@ -54,7 +54,7 @@ define void @f1(i64 %x) nounwind {
5454; RTABORT-NEXT: [[TMP8:%.*]] = load i128, ptr [[TMP2]], align 4
5555; RTABORT-NEXT: ret void
5656; RTABORT: [[TRAP]]:
57- ; RTABORT-NEXT: call void @__ubsan_handle_local_out_of_bounds_abort() #[[ATTR2 :[0-9]+]]
57+ ; RTABORT-NEXT: call void @__ubsan_handle_local_out_of_bounds_abort() #[[ATTR1 :[0-9]+]]
5858; RTABORT-NEXT: unreachable
5959;
6060; MINRT-LABEL: define void @f1(
@@ -70,7 +70,7 @@ define void @f1(i64 %x) nounwind {
7070; MINRT-NEXT: [[TMP8:%.*]] = load i128, ptr [[TMP2]], align 4
7171; MINRT-NEXT: ret void
7272; MINRT: [[TRAP]]:
73- ; MINRT-NEXT: call void @__ubsan_handle_local_out_of_bounds_minimal() #[[ATTR1:[0-9]+ ]]
73+ ; MINRT-NEXT: call void @__ubsan_handle_local_out_of_bounds_minimal() #[[ATTR0 ]]
7474; MINRT-NEXT: br label %[[BB7]]
7575;
7676; MINRTABORT-LABEL: define void @f1(
@@ -86,7 +86,7 @@ define void @f1(i64 %x) nounwind {
8686; MINRTABORT-NEXT: [[TMP8:%.*]] = load i128, ptr [[TMP2]], align 4
8787; MINRTABORT-NEXT: ret void
8888; MINRTABORT: [[TRAP]]:
89- ; MINRTABORT-NEXT: call void @__ubsan_handle_local_out_of_bounds_minimal_abort() #[[ATTR2 :[0-9]+]]
89+ ; MINRTABORT-NEXT: call void @__ubsan_handle_local_out_of_bounds_minimal_abort() #[[ATTR1 :[0-9]+]]
9090; MINRTABORT-NEXT: unreachable
9191;
9292 %1 = alloca i128 , i64 %x
0 commit comments