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
Clang does not generate DW_AT_bit_stride attribute for array type entry for svbool_t. As a result, debuggers (e.g. GDB or LLDB) would try to read 1 byte for each element of the SVE predicate vector instead of reading 1 bit.