[clang] [llvm] [MC/DC][Coverage] Loosen the limit of NumConds from 6 (PR #82448)
Hana Dusíková via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 01:09:22 PDT 2024
================
@@ -14416,7 +14416,7 @@ Syntax:
::
declare void @llvm.instrprof.mcdc.tvbitmap.update(ptr <name>, i64 <hash>,
- i32 <bitmap-bytes>)
+ i32 <unused>)
----------------
hanickadot wrote:
I saw a pattern across whole PR where you replace bytes with bits ... is it intentional here to have the argument unused instead of something like <bitmap-bits> ?
https://github.com/llvm/llvm-project/pull/82448
More information about the cfe-commits
mailing list