File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ struct Vanilla {
2525
2626// clang-format off
2727// CHECK-LABEL: func.func @__nvqpp__mlirgen__Vanilla() -> !cc.stdvec<i1> attributes {"cudaq-entrypoint", "cudaq-kernel"} {
28- // CHECK: %[[VAL_0:.*]] = arith.constant 1 : i64
29- // CHECK: %[[VAL_1:.*]] = arith.constant 0 : i64
30- // CHECK: %[[VAL_2:.*]] = arith.constant 0.000000e+00 : f64
31- // CHECK: %[[VAL_3:.*]] = arith.constant 1.000000e+00 : f64
32- // CHECK: %[[VAL_4:.*]] = arith.constant 4 : i64
33- // CHECK: %[[VAL_5:.*]] = cc.alloca !cc.array<f64 x 4>
28+ // CHECK-DAG: %[[VAL_0:.*]] = arith.constant 1 : i64
29+ // CHECK-DAG: %[[VAL_1:.*]] = arith.constant 0 : i64
30+ // CHECK-DAG: %[[VAL_2:.*]] = arith.constant 0.000000e+00 : f64
31+ // CHECK-DAG: %[[VAL_3:.*]] = arith.constant 1.000000e+00 : f64
32+ // CHECK-DAG: %[[VAL_4:.*]] = arith.constant 4 : i64
33+ // CHECK-DAG: %[[VAL_5:.*]] = cc.alloca !cc.array<f64 x 4>
3434// CHECK: %[[VAL_6:.*]] = cc.cast %[[VAL_5]] : (!cc.ptr<!cc.array<f64 x 4>>) -> !cc.ptr<!cc.array<f64 x ?>>
3535// CHECK: %[[VAL_7:.*]] = cc.cast %[[VAL_5]] : (!cc.ptr<!cc.array<f64 x 4>>) -> !cc.ptr<f64>
3636// CHECK: cc.store %[[VAL_2]], %[[VAL_7]] : !cc.ptr<f64>
You can’t perform that action at this time.
0 commit comments