Skip to content

Commit da25458

Browse files
committed
Fix formatting
1 parent 062a982 commit da25458

File tree

1 file changed

+5
-5
lines changed
  • mlir/include/mlir/Dialect/Arith/Transforms

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ include "mlir/Pass/PassBase.td"
1414
def ArithExpandOpsPass : Pass<"arith-expand"> {
1515
let summary = "Legalize Arith ops to be convertible to LLVM.";
1616
let dependentDialects = ["vector::VectorDialect"];
17-
let options = [
18-
Option<"includeBf16", "include-bf16", "bool", /*default=*/"false",
19-
"Enable the BF16 expansion patterns">,
20-
Option<"includeF8E8M0", "include-f8e8m0", "bool", /*default=*/"false",
21-
"Enable the F8E8M0 expansion patterns">,
17+
let options =
18+
[Option<"includeBf16", "include-bf16", "bool", /*default=*/"false",
19+
"Enable the BF16 expansion patterns">,
20+
Option<"includeF8E8M0", "include-f8e8m0", "bool", /*default=*/"false",
21+
"Enable the F8E8M0 expansion patterns">,
2222
];
2323
}
2424

0 commit comments

Comments
 (0)