@@ -108,7 +108,7 @@ void paren_expr() {
108108// CIR: %[[A_ADDR:.*]] = cir.alloca !rec_Point, !cir.ptr<!rec_Point>, ["a", init]
109109// CIR: %[[B_ADDR:.*]] = cir.alloca !rec_Point, !cir.ptr<!rec_Point>, ["b", init]
110110// CIR: %[[CONST:.*]] = cir.const #cir.zero : !rec_Point
111- // CIR: cir.store align(4) %[[CONST]], %[[A_ADDR]] : !rec_Point, !cir.ptr<!rec_Point>
111+ // CIR: cir.store{{.*}} %[[CONST]], %[[A_ADDR]] : !rec_Point, !cir.ptr<!rec_Point>
112112// CIR: cir.call @_ZZ10paren_exprvEN5PointC1ERKS_(%[[B_ADDR]], %[[A_ADDR]]) nothrow : (!cir.ptr<!rec_Point>, !cir.ptr<!rec_Point>) -> ()
113113
114114// LLVM: define{{.*}} void @_Z10paren_exprv()
@@ -259,7 +259,7 @@ void bin_comma() {
259259// CIR: cir.func{{.*}} @_Z9bin_commav()
260260// CIR: %[[A_ADDR:.*]] = cir.alloca !rec_CompleteS, !cir.ptr<!rec_CompleteS>, ["a", init]
261261// CIR: %[[CONST:.*]] = cir.const #cir.zero : !rec_CompleteS
262- // CIR: cir.store align(4) %[[CONST]], %[[A_ADDR]] : !rec_CompleteS, !cir.ptr<!rec_CompleteS>
262+ // CIR: cir.store{{.*}} %[[CONST]], %[[A_ADDR]] : !rec_CompleteS, !cir.ptr<!rec_CompleteS>
263263
264264// LLVM: define{{.*}} void @_Z9bin_commav()
265265// LLVM: %[[A_ADDR:.*]] = alloca %struct.CompleteS, i64 1, align 4
@@ -273,7 +273,7 @@ void compound_literal_expr() { CompleteS a = (CompleteS){}; }
273273
274274// CIR: %[[A_ADDR:.*]] = cir.alloca !rec_CompleteS, !cir.ptr<!rec_CompleteS>, ["a", init]
275275// CIR: %[[CONST:.*]] = cir.const #cir.zero : !rec_CompleteS
276- // CIR: cir.store align(4) %[[CONST]], %[[A_ADDR]] : !rec_CompleteS, !cir.ptr<!rec_CompleteS>
276+ // CIR: cir.store{{.*}} %[[CONST]], %[[A_ADDR]] : !rec_CompleteS, !cir.ptr<!rec_CompleteS>
277277
278278// TODO(cir): zero-initialize the padding
279279
0 commit comments