[Mlir-commits] [mlir] [mlir][ArmSME][NFC] Remove arm_sme::populateVectorTransferLoweringPatterns decl (PR #75442)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Dec 14 00:11:13 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 6707b33b807a6c85b04197a718706251906a5b77 33e56f32ede3967b48f864690f9b28818c41a451 -- mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h b/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
index 15c892660a..3be2d3bc45 100644
--- a/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
+++ b/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
@@ -15,8 +15,7 @@ class LLVMConversionTarget;
class LLVMTypeConverter;
class RewritePatternSet;
-namespace arm_sme {
-} // namespace arm_sme
+namespace arm_sme {} // namespace arm_sme
} // namespace mlir
``````````
</details>
https://github.com/llvm/llvm-project/pull/75442
More information about the Mlir-commits
mailing list