[clang] [llvm] [clang][DWARF] Add DW_AT_bit_stride for SVE predicate types (PR #161409)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 06:48:53 PDT 2025
================
@@ -902,7 +902,14 @@ llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
// Debuggers can't extract 1bit from a vector, so will display a
// bitpattern for predicates instead.
----------------
sdesmalen-arm wrote:
nit: this comment is outdated for `svbool_t`
https://github.com/llvm/llvm-project/pull/161409
More information about the llvm-commits
mailing list