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
…ances is pow2.
MaxVF computed in couldPreventStoreLoadFowrard may not be a power of 2,
as CommonStride may not be a power-of-2.
This can cause crashes after 78777a2. Use bit_floor to make sure it is
a suitable power-of-2.
Fixesllvm/llvm-project#134696.
var-const
pushed a commit
to ldionne/llvm-project
that referenced
this issue
Apr 17, 2025
MaxVF computed in couldPreventStoreLoadFowrard may not be a power of 2,
as CommonStride may not be a power-of-2.
This can cause crashes after 78777a2. Use bit_floor to make sure it is
a suitable power-of-2.
Fixesllvm#134696.
Testcase:
Commands/backtrace
godbolt: https://godbolt.org/z/rKd5sx7xW
Found via fuzzer (C program before reduction)
The text was updated successfully, but these errors were encountered: