This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a3265114ab [InstCombine] Fold sub (and A, B) (or A, B)) to neg (xor A, B) new d9ad3be1c94 Add encode and decode methods to InlineInfo and document en [...] new c47f17a08cf [X86] Pre-commit test cases and test run line changes for D67087 new c9f5d82f133 [NFC] Adjust test filename new 40696024652 [NFC] Added tests for new fold
The 4 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/DebugInfo/GSYM/InlineInfo.h | 56 ++++++++ include/llvm/DebugInfo/GSYM/Range.h | 1 + lib/DebugInfo/GSYM/InlineInfo.cpp | 101 ++++++++++++++ lib/DebugInfo/GSYM/Range.cpp | 11 ++ test/CodeGen/X86/combine-sdiv.ll | 145 +++++++++++++++++++++ test/CodeGen/X86/combine-srem.ll | 136 +++++++++++++++++++ test/CodeGen/X86/rem.ll | 2 +- test/CodeGen/X86/srem-seteq.ll | 2 +- test/CodeGen/X86/twoaddr-coalesce-3.ll | 2 +- ...sub-and-or-not-xor.ll => sub-and-or-neg-xor.ll} | 0 test/Transforms/InstCombine/sub-xor-or-neg-and.ll | 120 +++++++++++++++++ unittests/DebugInfo/GSYM/GSYMTest.cpp | 136 +++++++++++++++++++ 12 files changed, 709 insertions(+), 3 deletions(-) rename test/Transforms/InstCombine/{sub-and-or-not-xor.ll => sub-and-or-neg-xor.ll [...] create mode 100644 test/Transforms/InstCombine/sub-xor-or-neg-and.ll