-
Notifications
You must be signed in to change notification settings - Fork 12.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++ Bug] subobject of type 'unsigned int' is not initialized #98
Comments
Ok, find the issue has been solved in >= clang 6.0. |
jamesmth
pushed a commit
to jamesmth/llvm-project
that referenced
this issue
Dec 5, 2022
Removes the prototype builtin and intrinsic for i64x2.eq and implements that instruction as well as the other i64x2 comparison instructions in the final SIMD spec. Unsigned comparisons were not included in the final spec, so they still need to be scalarized via a custom lowering. Differential Revision: https://reviews.llvm.org/D99623 Co-authored-by: Thomas Lively <tlively@google.com>
searlmc1
referenced
this issue
in ROCm/llvm-project
Aug 23, 2023
…-exclude-pattern Move install directories inside the if statement
cuviper
pushed a commit
to cuviper/llvm-project
that referenced
this issue
Aug 27, 2023
Removes the prototype builtin and intrinsic for i64x2.eq and implements that instruction as well as the other i64x2 comparison instructions in the final SIMD spec. Unsigned comparisons were not included in the final spec, so they still need to be scalarized via a custom lowering. Differential Revision: https://reviews.llvm.org/D99623 Co-authored-by: Thomas Lively <tlively@google.com>
mjklemm
pushed a commit
to mjklemm/llvm-project
that referenced
this issue
Jun 27, 2024
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
alexanderguy
pushed a commit
to alexanderguy/llvm-project
that referenced
this issue
Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code compiled successfully with MSVC, GCC(C++11), but failed with CLANG(C++11)
Error Information:
Could be workaround by following modification code
and
Could someone look into this issue? The problem exists in c++11/14/17.
The text was updated successfully, but these errors were encountered: