-
Notifications
You must be signed in to change notification settings - Fork 142
crashed when lowering memcpy through MLIR #1018
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
Labels
bug
Something isn't working
Comments
bcardosolopes
pushed a commit
that referenced
this issue
Oct 31, 2024
due to the issue described in #1018, the MLIR lowering for `memmove` has been excluded in this patch.
lanza
pushed a commit
that referenced
this issue
Nov 5, 2024
due to the issue described in #1018, the MLIR lowering for `memmove` has been excluded in this patch.
lanza
pushed a commit
that referenced
this issue
Mar 18, 2025
due to the issue described in #1018, the MLIR lowering for `memmove` has been excluded in this patch.
xlauko
pushed a commit
to trailofbits/instafix-llvm
that referenced
this issue
Mar 28, 2025
due to the issue described in llvm/clangir#1018, the MLIR lowering for `memmove` has been excluded in this patch.
reduced: |
It seems that the MLIR builtin dialect doesn't a way to express |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test case from
clang/test/CIR/CodeGen/libc.c
test with
clang -c libc.c -fclangir -Xclang -emit-mlir -o libc.mlir -fno-clangir-direct-lowering
The text was updated successfully, but these errors were encountered: