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

[vm] ASSERT on MemoryCopyInstr on arm64 with element size 16 #51237

Closed
dcharkes opened this issue Feb 2, 2023 · 0 comments
Closed

[vm] ASSERT on MemoryCopyInstr on arm64 with element size 16 #51237

dcharkes opened this issue Feb 2, 2023 · 0 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@dcharkes
Copy link
Contributor

dcharkes commented Feb 2, 2023

../../runtime/vm/compiler/backend/linearscan.cc: 1450: error: expected: !temp.IsPairLocation()

Since we're currently not exercising anything else than element-size 1, we'll not hit it in Dart code right now, but we should fix this.

@dcharkes dcharkes added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

1 participant