File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ void test1() {
12
12
}
13
13
14
14
// CIR-LABEL: @_Z5test1v
15
- // FIXME: this is overaligned, should be 4.
16
15
// CIR: %[[ALLOC:.*]] = cir.alloc.exception 8 -> !cir.ptr<!ty_test1_D>
17
16
// CIR: %[[G:.*]] = cir.get_global @d1 : !cir.ptr<!ty_test1_D>
18
17
// CIR: cir.call @_ZN7test1_DC1ERKS_(%[[ALLOC]], %[[G]]) : (!cir.ptr<!ty_test1_D>, !cir.ptr<!ty_test1_D>) -> ()
@@ -21,10 +20,9 @@ void test1() {
21
20
// CIR: }
22
21
23
22
// LLVM-LABEL: @_Z5test1v
24
- // FIXME: this is overaligned, should be 4.
25
23
// LLVM: %[[ALLOC:.*]] = call ptr @__cxa_allocate_exception(i64 8)
26
24
27
- // FIXME: this is a simple store once we fix isTrivialCtorOrDtor().
25
+ // FIXME: this is a llvm.memcpy.p0.p0.i64 once we fix isTrivialCtorOrDtor().
28
26
// LLVM: call void @_ZN7test1_DC1ERKS_(ptr %[[ALLOC]], ptr @d1)
29
27
// LLVM: call void @__cxa_throw(ptr %[[ALLOC]], ptr @_ZTI7test1_D, ptr null)
30
28
// LLVM: unreachable
You can’t perform that action at this time.
0 commit comments