Skip to content
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

[cherry-pick][mlir][llvm] Add support for memset.inline (#115711) #1135

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

PikachuHyA
Copy link
Collaborator

support llvm.intr.memset.inline in llvm-project repo before we add support for __builtin_memset_inline in clangir

cc @bcardosolopes

(cherry picked from commit 30753af)

support `llvm.intr.memset.inline` in llvm-project repo before we add
support for `__builtin_memset_inline` in clangir

cc @bcardosolopes

(cherry picked from commit 30753af)
@PikachuHyA
Copy link
Collaborator Author

This patch follows #1114 (comment) .
cherry-pick llvm/llvm-project@30753af and add [cherry-pick] in title

@bcardosolopes
Copy link
Member

@smeenai @lanza for visibility

@bcardosolopes bcardosolopes merged commit da601b3 into llvm:main Nov 18, 2024
4 checks passed
@PikachuHyA PikachuHyA deleted the cherry_pick_MemsetInlineOp branch November 19, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants