You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original check was trying to avoid checking UndefMask itself,
and deduce it via simpler means, but checking `NonZeroMask`
does not, e.g., check `ZeroMask`.
Fixesllvm/llvm-project#60168
veselypeta
pushed a commit
to veselypeta/cherillvm
that referenced
this issue
Jun 14, 2024
The original check was trying to avoid checking UndefMask itself,
and deduce it via simpler means, but checking `NonZeroMask`
does not, e.g., check `ZeroMask`.
Fixesllvm/llvm-project#60168
arichardson
pushed a commit
to arichardson/llvm-project
that referenced
this issue
Nov 17, 2024
The original check was trying to avoid checking UndefMask itself,
and deduce it via simpler means, but checking `NonZeroMask`
does not, e.g., check `ZeroMask`.
Fixesllvm/llvm-project#60168
Godbolt repro: https://godbolt.org/z/naPqWjv6W
Run clang++ -O3 on the following test:
Test.cpp.zip
The text was updated successfully, but these errors were encountered: