[llvm-branch-commits] [Remarks] Restructure bitstream remarks to be fully standalone (PR #156715)
Jon Roelofs via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 11 08:08:40 PDT 2025
================
@@ -232,43 +221,40 @@ void BitstreamRemarkSerializerHelper::setupBlockInfo() {
}
----------------
jroelofs wrote:
if you push this into each `case`, and replace `break;` with `return;`, then this could become a fully covered-switch-with-unreachable pattern.
https://github.com/llvm/llvm-project/pull/156715
More information about the llvm-branch-commits
mailing list