[PATCH] D86101: [AArch64][SVE] Add missing debug info for ACLE types.

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 04:08:18 PDT 2020


sdesmalen updated this revision to Diff 287911.
sdesmalen added a comment.

- Choose unsigned char element type for svbool_t bitpattern.
- Added LLVM test to ensure debug info for the vector type is correctly codegenerated when DISubrange has upper bound instead of count.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86101/new/

https://reviews.llvm.org/D86101

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/test/CodeGen/aarch64-debug-sve-vector-types.c
  clang/test/CodeGen/aarch64-debug-sve-vectorx2-types.c
  clang/test/CodeGen/aarch64-debug-sve-vectorx3-types.c
  clang/test/CodeGen/aarch64-debug-sve-vectorx4-types.c
  clang/test/CodeGen/aarch64-sve.c
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/test/DebugInfo/AArch64/dbg-sve-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86101.287911.patch
Type: text/x-patch
Size: 28945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200826/f043ede5/attachment-0001.bin>


More information about the cfe-commits mailing list