This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1df399b Include <algorithm> for std::max etc new bec27c8 Simplify FunctionLoweringInfo.cpp with range for loops new 54223ae [AVR] Optimize 16-bit ORs with '0' new beaec29 [InstCombine] More thoroughly canonicalize the position of zexts
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: lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 71 +++++++++------------ lib/Target/AVR/AVRExpandPseudoInsts.cpp | 39 ++++++++---- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 56 ++++++++++++++--- .../InstCombine/InstCombineMulDivRem.cpp | 73 ++++++++++++++++++++++ test/CodeGen/AVR/PR31344.ll | 35 +++++++++++ test/CodeGen/AVR/integration/blink.ll | 6 +- 6 files changed, 215 insertions(+), 65 deletions(-) create mode 100644 test/CodeGen/AVR/PR31344.ll