-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
LoopVectorize assertion failure #58722
Closed
Labels
Milestone
Comments
This was referenced Nov 1, 2022
Presumably we're missing a check for matching type sizes somewhere, but I'm not really clear on where ... possibly somewhere in InterleavedAccessInfo? |
yeah, let me take a look |
/cherry-pick 758699c |
/branch llvm/llvm-project-release-prs/issue58722 |
/pull-request llvm/llvm-project-release-prs#215 |
fhahn
added a commit
to fhahn/llvm-project
that referenced
this issue
Dec 6, 2022
Currently, codegen doesn't support cases where the type size doesn't match the alloc size. Skip them for now. Fixes llvm#58722. (cherry picked from commit 758699c)
fhahn
added a commit
to fhahn/llvm-project
that referenced
this issue
Dec 6, 2022
Currently, codegen doesn't support cases where the type size doesn't match the alloc size. Skip them for now. Fixes llvm#58722. (cherry picked from commit 758699c)
fhahn
added a commit
to swiftlang/llvm-project
that referenced
this issue
Dec 6, 2022
Currently, codegen doesn't support cases where the type size doesn't match the alloc size. Skip them for now. Fixes llvm#58722. (cherry picked from commit 758699c)
fhahn
added a commit
to swiftlang/llvm-project
that referenced
this issue
Dec 6, 2022
Currently, codegen doesn't support cases where the type size doesn't match the alloc size. Skip them for now. Fixes llvm#58722. (cherry picked from commit 758699c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Asserts:
cc @fhahn
The text was updated successfully, but these errors were encountered: