This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99a2c222c24 [LoopIdiomRecognize] Don't convert a do while loop to ctlz. new 87c3b54a362 [CodeGen] Emit more precise AssertZext/AssertSext nodes. new 15753b03821 IR: Skip -print-*-all after -print-*
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 33 ++++++------------------ lib/IR/IRPrintingPasses.cpp | 6 ++--- lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- test/CodeGen/AMDGPU/frame-index-elimination.ll | 2 +- test/CodeGen/Thumb/i8-phi-ext.ll | 21 +++++++++++++++ test/CodeGen/X86/pr32282.ll | 2 +- test/Other/printer.ll | 13 ++++++++++ 7 files changed, 48 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/Thumb/i8-phi-ext.ll create mode 100644 test/Other/printer.ll