[Mlir-commits] [mlir] [mlir][gpu] Separate the barrier elimination code from transform ops (PR #71762)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 8 19:21:24 PST 2023
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 8a454e1e3cda98017401b22911ae23c67c7b31b0 b23f45de22f1cab8c5eabd406b07b92437240f4c -- mlir/lib/Dialect/GPU/Transforms/EliminateBarriers.cpp mlir/include/mlir/Dialect/GPU/Transforms/Passes.h mlir/include/mlir/Dialect/GPU/Transforms/Utils.h mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/include/mlir/Dialect/GPU/Transforms/Utils.h b/mlir/include/mlir/Dialect/GPU/Transforms/Utils.h
index 8ddff0817667..ff8ab4f118d5 100644
--- a/mlir/include/mlir/Dialect/GPU/Transforms/Utils.h
+++ b/mlir/include/mlir/Dialect/GPU/Transforms/Utils.h
@@ -13,8 +13,8 @@
#ifndef MLIR_DIALECT_GPU_TRANSFORMS_UTILS_H_
#define MLIR_DIALECT_GPU_TRANSFORMS_UTILS_H_
-#include "mlir/Support/LLVM.h"
#include "mlir/IR/PatternMatch.h"
+#include "mlir/Support/LLVM.h"
#include <string>
``````````
</details>
https://github.com/llvm/llvm-project/pull/71762
More information about the Mlir-commits
mailing list