[flang] [compiler-rt] [clang] [lldb] [llvm] [openmp] [libcxx] [clang-tools-extra] [OpenMP] Add memory diff dump for kernel record-replay (PR #70667)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 15:41:10 PDT 2023


================
@@ -274,7 +317,7 @@ struct RecordReplayTy {
   void saveKernelOutputInfo(const char *Name) {
     SmallString<128> OutputFilename = {
         Name, (isRecording() ? ".original.output" : ".replay.output")};
----------------
nmustakin wrote:

The motivation was to save the disk usage from the memory dumps. So having the diff dump along with entire dump defeats the purpose. The verification compares the `.original.output` to the `.replay.output` anyway. Since both are now replaced by diffs, the verification from the `llvm-omp-kernel-replay` tool just compares the diffs now. 

https://github.com/llvm/llvm-project/pull/70667


More information about the llvm-commits mailing list