This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5713c8d1d35 [X86] Adding a testpoint for fast-math flags propagation. new e6b7c56b2ee Fixed reverted commit rL312318
The 1 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/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 + lib/IR/DebugInfoMetadata.cpp | 1 + lib/Transforms/IPO/GlobalOpt.cpp | 48 +++++++++++++++++- test/Transforms/GlobalOpt/integer-bool-dwarf.ll | 57 ++++++++++++++++++++++ .../Transforms/GlobalOpt/shrink-address-to-bool.ll | 46 +++++++++++++++++ 5 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/GlobalOpt/integer-bool-dwarf.ll create mode 100644 test/Transforms/GlobalOpt/shrink-address-to-bool.ll