[Mlir-commits] [mlir] [mlir][affine] Enable ConvertAffineToStandard (lower-affine) pass to handle affine.delinearize_index Op. (PR #82189)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Feb 18 13:43:32 PST 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 536d78c213e127e00aa3b120582a3c133e6b0e52 f2e4c972b463420b8fa6d9542521b745e6d6935b -- mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp b/mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
index 3f86c2077e..4f0d07f99f 100644
--- a/mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
+++ b/mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
@@ -14,8 +14,8 @@
 #include "mlir/Conversion/AffineToStandard/AffineToStandard.h"
 
 #include "mlir/Dialect/Affine/IR/AffineOps.h"
-#include "mlir/Dialect/Affine/Utils.h"
 #include "mlir/Dialect/Affine/Transforms/Transforms.h"
+#include "mlir/Dialect/Affine/Utils.h"
 #include "mlir/Dialect/MemRef/IR/MemRef.h"
 #include "mlir/Dialect/SCF/IR/SCF.h"
 #include "mlir/Dialect/Vector/IR/VectorOps.h"

``````````

</details>


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


More information about the Mlir-commits mailing list