This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 952e639 [PDB] Remove use of std error codes. new e6c13ec Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555) new ac59e4b [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Scalar/GVNHoist.cpp | 30 +- test/Transforms/GVNHoist/hoist-unsafe-pr31729.ll | 81 +++ unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 700 ----------------------- unittests/DebugInfo/PDB/CMakeLists.txt | 1 - 4 files changed, 89 insertions(+), 723 deletions(-) create mode 100644 test/Transforms/GVNHoist/hoist-unsafe-pr31729.ll delete mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.cpp