[llvm-branch-commits] [llvm] [Remarks] Restructure bitstream remarks to be fully standalone (PR #156715)
Florian Hahn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 22 02:06:55 PDT 2025
================
@@ -187,35 +187,44 @@ struct BitstreamParserHelper {
BitstreamCursor Stream;
/// The block info block.
BitstreamBlockInfo BlockInfo;
+
+ BitstreamMetaParserHelper MetaHelper;
+ std::optional<BitstreamRemarkParserHelper> RemarksHelper;
+ std::optional<uint64_t> RemarkStartBitPos;
----------------
fhahn wrote:
Document
https://github.com/llvm/llvm-project/pull/156715
More information about the llvm-branch-commits
mailing list