Skip to content

Commit

Permalink
[test] Fix a mangled CHECK line in test. (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Jul 22, 2024
1 parent 63de6f4 commit 0058fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/AST-Quake/pauli_word.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ __qpu__ void pauli_word_vec(std::vector<cudaq::pauli_word> words,
// CHECK-LABEL: func.func
// @__nvqpp__mlirgen__function_pauli_word_vec._Z14pauli_word_vecSt6vectorIN5cudaq10pauli_wordESaIS1_EEd(
// CHECK-SAME: %[[VAL_0:.*]]: !cc.stdvec<!cc.charspan>,
// CHECK-SAME: %[[VAL_1:.*]]: f64) attributes {"cudaq-entrypoint",
// "cudaq-kernel", no_this} { CHECK: %[[VAL_2:.*]] = cc.alloca f64
// CHECK-SAME: %[[VAL_1:.*]]: f64) attributes {"cudaq-entrypoint", "cudaq-kernel", no_this} {
// CHECK: %[[VAL_2:.*]] = cc.alloca f64
// CHECK: cc.store %[[VAL_1]], %[[VAL_2]] : !cc.ptr<f64>
// CHECK: %[[VAL_3:.*]] = quake.alloca !quake.veq<4>
// CHECK: %[[VAL_4:.*]] = cc.load %[[VAL_2]] : !cc.ptr<f64>
Expand Down

0 comments on commit 0058fdf

Please sign in to comment.