Skip to content

Commit 51fbbfa

Browse files
pre-commit-ci[bot]J4MMlE
authored andcommitted
🎨 pre-commit fixes
1 parent e16f12d commit 51fbbfa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • mlir/include/mlir/Dialect/QCO/Transforms

mlir/include/mlir/Dialect/QCO/Transforms/Passes.td

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
include "mlir/Pass/PassBase.td"
1313

1414
def MergeRotationGates : Pass<"merge-rotation-gates", "mlir::ModuleOp"> {
15-
let dependentDialects = ["mlir::qco::QCODialect", "::mlir::arith::ArithDialect", "::mlir::math::MathDialect"];
15+
let dependentDialects = ["mlir::qco::QCODialect",
16+
"::mlir::arith::ArithDialect",
17+
"::mlir::math::MathDialect"];
1618
let summary = "Merge rotation gates using quaternion-based fusion";
1719
let description = [{
1820
Merges consecutive rotation gates of different types (rx, ry, rz, p, r, u2, u)

0 commit comments

Comments
 (0)