Files
clang-p2996/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
Teresa Johnson 7348d7eccb [MemProf] Avoid assertion checking loop under NDEBUG (NFC) (#138985)
Guard a loop that only exists to do assertion checking of stack ids on
memprof metadata so that it isn't compiled and executed under NDEBUG.
This is similar to how callsite metadata stack id verification is
guarded further below.
2025-05-07 21:20:01 -07:00

246 KiB