[PATCH] D52295: [DebugInfoMetadata] Added support to generate packed_decimal encoding related dwarf info.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 09:36:48 PDT 2018


aprantl added inline comments.


================
Comment at: include/llvm/IR/DebugInfoFlags.def:54
 HANDLE_DI_FLAG((1 << 29), AllCallsDescribed)
+HANDLE_DI_FLAG((1 << 30), BinaryScale)
 
----------------
The space in DIFLags is precious. Can you explain why we need this as a generic DIFlag and not just a bit in DIBasicType?


https://reviews.llvm.org/D52295





More information about the llvm-commits mailing list