[Mlir-commits] [mlir] Move tblgen v2 (PR #113781)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Oct 26 18:08:22 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 04f14e4d652a344fedea6de8df532e88a652bcc4 97e0bc96f567f2f081d1bb30dd1c7165d329b8a1 --extensions cpp,h -- mlir/include/mlir/TableGen/Bytecode.h mlir/include/mlir/TableGen/CAPI.h mlir/include/mlir/TableGen/Directive.h mlir/include/mlir/TableGen/LLVMIR.h mlir/include/mlir/TableGen/OpenMP.h mlir/include/mlir/TableGen/Python.h mlir/include/mlir/TableGen/Rewriter.h mlir/include/mlir/TableGen/SPIRV.h mlir/include/mlir/TableGen/AttrOrTypeDef.h mlir/include/mlir/TableGen/Attribute.h mlir/include/mlir/TableGen/Dialect.h mlir/include/mlir/TableGen/Interfaces.h mlir/include/mlir/TableGen/Operator.h mlir/include/mlir/TableGen/Pass.h mlir/lib/TableGen/Predicate.cpp mlir/tools/mlir-tblgen/mlir-tblgen.cpp mlir/include/mlir/TableGen/AttrOrTypeFormatGen.h mlir/include/mlir/TableGen/DialectGenUtilities.h mlir/include/mlir/TableGen/DocGenUtilities.h mlir/include/mlir/TableGen/FormatGen.h mlir/include/mlir/TableGen/OpClass.h mlir/include/mlir/TableGen/OpFormatGen.h mlir/include/mlir/TableGen/OpGenHelpers.h mlir/lib/TableGen/AttrOrTypeDefGen.cpp mlir/lib/TableGen/AttrOrTypeFormatGen.cpp mlir/lib/TableGen/BytecodeDialectGen.cpp mlir/lib/TableGen/DialectGen.cpp mlir/lib/TableGen/DirectiveCommonGen.cpp mlir/lib/TableGen/EnumPythonBindingGen.cpp mlir/lib/TableGen/EnumsGen.cpp mlir/lib/TableGen/FormatGen.cpp mlir/lib/TableGen/LLVMIRConversionGen.cpp mlir/lib/TableGen/LLVMIRIntrinsicGen.cpp mlir/lib/TableGen/OmpOpGen.cpp mlir/lib/TableGen/OpClass.cpp mlir/lib/TableGen/OpDefinitionsGen.cpp mlir/lib/TableGen/OpDocGen.cpp mlir/lib/TableGen/OpFormatGen.cpp mlir/lib/TableGen/OpGenHelpers.cpp mlir/lib/TableGen/OpInterfacesGen.cpp mlir/lib/TableGen/OpPythonBindingGen.cpp mlir/lib/TableGen/PassCAPIGen.cpp mlir/lib/TableGen/PassDocGen.cpp mlir/lib/TableGen/PassGen.cpp mlir/lib/TableGen/RewriterGen.cpp mlir/lib/TableGen/SPIRVUtilsGen.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/include/mlir/TableGen/Operator.h b/mlir/include/mlir/TableGen/Operator.h
index b353afcea1..9e570373d9 100644
--- a/mlir/include/mlir/TableGen/Operator.h
+++ b/mlir/include/mlir/TableGen/Operator.h
@@ -422,8 +422,6 @@ private:
   bool allResultsHaveKnownTypes;
 };
 
-
-
 } // namespace tblgen
 } // namespace mlir
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/113781


More information about the Mlir-commits mailing list