[all-commits] [llvm/llvm-project] a0e1b4: [MC/DC][Coverage] Split out Read-modfy-Write to rm...

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Fri Jun 21 18:09:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0e1b4a2444181287b6434152d9361dd81049e73
      https://github.com/llvm/llvm-project/commit/a0e1b4a2444181287b6434152d9361dd81049e73
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
    M llvm/test/Instrumentation/InstrProfiling/mcdc.ll

  Log Message:
  -----------
  [MC/DC][Coverage] Split out Read-modfy-Write to rmw_or(ptr,i8) (#96040)

`rmw_or` is defined as "private alwaysinline". At the moment, it has
just only simple "Read, Or, and Write", which is just same as the
current implementation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list