-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[Clang] Assertion trunk crashes at tryVectorConvertAndSplat(clang::Sema&, clang::ActionResult<clang::Expr*, true>*, clang::QualType, clang::QualType, clang::QualType, unsigned int&) #108326
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
github-actions
bot
added
the
clang
Clang issues not falling into any other category
label
Sep 12, 2024
EugeneZelenko
added
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
clang
Clang issues not falling into any other category
labels
Sep 12, 2024
@llvm/issue-subscribers-clang-frontend Author: Yihan Yang (yijan4845)
Compiler Explorer: [https://godbolt.org/z/EW9bxMose](https://godbolt.org/z/EW9bxMose)
Attempting to compile below program with Clang Assertion Trunk: typedef _Bool bool4 __attribute__((ext_vector_type(4)));
int main( ) {
bool4 x = 0;
x != 0;
} Stack dump:
|
xgupta
pushed a commit
to xgupta/llvm-project
that referenced
this issue
Oct 4, 2024
…onversions for boolean vectors (llvm#108657) Fixes llvm#108326
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Compiler Explorer: https://godbolt.org/z/EW9bxMose
Attempting to compile below program with Clang Assertion Trunk:
Stack dump:
The text was updated successfully, but these errors were encountered: