-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
aarch64 llvm 14 regression with vectors: Assertion `mutationIsSane(Rule, Query, Mutation) && "legality mutation invalid for match"' failed #12013
Labels
arch-aarch64
64-bit ARM
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
upstream
An issue with a third party project that Zig uses.
Milestone
Comments
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
upstream
An issue with a third party project that Zig uses.
arch-aarch64
64-bit ARM
backend-llvm
The LLVM backend outputs an LLVM IR Module.
labels
Jul 6, 2022
This was referenced Jul 6, 2022
Merged
andrewrk
added a commit
that referenced
this issue
Jul 6, 2022
andrewrk
added a commit
that referenced
this issue
Jul 19, 2022
wooster0
pushed a commit
to wooster0/zig
that referenced
this issue
Jul 24, 2022
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 8, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 8, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 9, 2022
Closes ziglang#12012 Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
kcbanner
pushed a commit
to kcbanner/zig
that referenced
this issue
Dec 10, 2022
Closes ziglang#12013 Closes ziglang#10627 Closes ziglang#12027
andrewrk
added a commit
that referenced
this issue
Dec 28, 2022
Reopened by 5ca1753 |
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Sep 8, 2024
Closes ziglang#10627. Closes ziglang#12013. Closes ziglang#18034.
DivergentClouds
pushed a commit
to DivergentClouds/zig
that referenced
this issue
Sep 24, 2024
Closes ziglang#10627. Closes ziglang#12013. Closes ziglang#18034.
richerfu
pushed a commit
to richerfu/zig
that referenced
this issue
Oct 28, 2024
Closes ziglang#10627. Closes ziglang#12013. Closes ziglang#18034.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-aarch64
64-bit ARM
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
upstream
An issue with a third party project that Zig uses.
Zig Version:
0.10.0-dev.2876+fbd6c8832
This test case regressed with the update from LLVM 13 to 14:
Reduced LLVM IR:
Upstream bug report: llvm/llvm-project#56398
The text was updated successfully, but these errors were encountered: