[all-commits] [llvm/llvm-project] 27b7c1: Revert "[memprof] Fix frame deserialization on big...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Thu Feb 17 15:56:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27b7c1e3f5e01b00781c6cc0d19e8f0446e79d9f
https://github.com/llvm/llvm-project/commit/27b7c1e3f5e01b00781c6cc0d19e8f0446e79d9f
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/include/llvm/ProfileData/MemProf.h
M llvm/lib/ProfileData/MemProf.cpp
Log Message:
-----------
Revert "[memprof] Fix frame deserialization on big endian systems."
This reverts commit c74389b4b58d8db3f8262ce15b9d514d62fe265c.
This broke the ml-opt-x86-64 build.
https://lab.llvm.org/buildbot#builders/9/builds/4127
Commit: 19bdf44d850884a13a8708ccf1260fb7f4ef4eb3
https://github.com/llvm/llvm-project/commit/19bdf44d850884a13a8708ccf1260fb7f4ef4eb3
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M compiler-rt/include/profile/InstrProfData.inc
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfData.inc
M llvm/include/llvm/ProfileData/InstrProfReader.h
M llvm/include/llvm/ProfileData/InstrProfWriter.h
M llvm/include/llvm/ProfileData/MemProf.h
M llvm/include/llvm/ProfileData/MemProfData.inc
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/CMakeLists.txt
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/lib/ProfileData/InstrProfWriter.cpp
R llvm/lib/ProfileData/MemProf.cpp
M llvm/lib/ProfileData/RawMemProfReader.cpp
R llvm/test/tools/llvm-profdata/Inputs/basic.profraw
R llvm/test/tools/llvm-profdata/memprof-merge.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/unittests/ProfileData/InstrProfTest.cpp
M llvm/unittests/ProfileData/MemProfTest.cpp
Log Message:
-----------
Revert "Reland "[memprof] Extend the index prof format to include memory profiles.""
This reverts commit 807ba7aace188ada83ddb4477265728e97346af1.
Compare: https://github.com/llvm/llvm-project/compare/ba653b7fabb6...19bdf44d8508
More information about the All-commits
mailing list