Skip to content

[mlir][ArmSME][NFC] Remove arm_sme::populateVectorTransferLoweringPatterns decl #75442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

c-rhodes
Copy link
Collaborator

Unused since D154867.

@llvmbot
Copy link
Member

llvmbot commented Dec 14, 2023

@llvm/pr-subscribers-mlir-sme

@llvm/pr-subscribers-mlir

Author: Cullen Rhodes (c-rhodes)

Changes

Unused since D154867.


Full diff: https://github.com/llvm/llvm-project/pull/75442.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h (-2)
diff --git a/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h b/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
index 8ea3e1e57b7caa..15c892660a8839 100644
--- a/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
+++ b/mlir/include/mlir/Dialect/ArmSME/Transforms/Transforms.h
@@ -16,8 +16,6 @@ class LLVMTypeConverter;
 class RewritePatternSet;
 
 namespace arm_sme {
-void populateVectorTransferLoweringPatterns(LLVMTypeConverter &converter,
-                                            RewritePatternSet &patterns);
 } // namespace arm_sme
 
 } // namespace mlir

Copy link

github-actions bot commented Dec 14, 2023

:white_check_mark: With the latest revision this PR passed the C/C++ code formatter.

Copy link
Member

@MacDue MacDue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@c-rhodes c-rhodes merged commit 0e06694 into llvm:main Dec 14, 2023
@c-rhodes c-rhodes deleted the mlir-arm-sme-nfc-remove-unused-funcdecl branch December 14, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants