[llvm] [offload][OpenMP] Fix record replay when no memory is used (PR #201771)
Robert Imschweiler via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 02:04:59 PDT 2026
================
----------------
ro-i wrote:
at this point, DeviceMemory holds `DeviceMemoryMB.get()->getBufferStart()`. But DeviceMemoryMB is a unique_ptr in the scope of the `if (RecordSize) {`, which means that it's freed here?
https://github.com/llvm/llvm-project/pull/201771
More information about the llvm-commits
mailing list