This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbb8bc969e8 [InstSimplify][ConstantFolding] Teach constant folding how [...] new 1c790aea336 [LazyValueInfo] Fix typo in comment. NFC new afe7c5a7a64 Revert "COFF: migrate def parser from LLD to LLVM" new 448aa4eba4c [InstCombine] fix icmp with not op and constant to work wit [...]
The 3 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: include/llvm/Object/COFFImportFile.h | 34 +- include/llvm/Object/COFFModuleDefinition.h | 49 -- lib/Analysis/LazyValueInfo.cpp | 2 +- lib/Object/CMakeLists.txt | 2 - lib/Object/COFFImportFile.cpp | 527 --------------------- lib/Object/COFFModuleDefinition.cpp | 319 ------------- lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 +- test/Transforms/InstCombine/not.ll | 3 +- 8 files changed, 6 insertions(+), 936 deletions(-) delete mode 100644 include/llvm/Object/COFFModuleDefinition.h delete mode 100644 lib/Object/COFFImportFile.cpp delete mode 100644 lib/Object/COFFModuleDefinition.cpp