This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master in repository toolchain/llvm/llvm.
from 1c0dd31a783 [gold] Fix Tests cases on i686 adds 5b2a776ed94 Fix WebAssembly instruction printer after r339474 adds 6534d1052fd [X86] Change the MOV32ri64 pseudo instruction to def a GR64 [...] adds 91ac2ac7f5d [X86] Remove ADD8mi and ADDmr from the macro fusion shouldS [...] adds 85b787154c9 [X86] Add the mem-reg form of CMP to the macro fusion shoul [...] adds df14c7f5472 [X86] Remove the AL/AX/EAX/RAX short immediate forms from t [...] adds d2a6b5951c9 [UnJ] Create a hasInvariantIterationCount function. NFC adds 6fb93f326da [UnJ] Improve explicit loop count checks
No new revisions were added by this update.
Summary of changes: include/llvm/Transforms/Utils/LoopUtils.h | 4 + .../InstPrinter/WebAssemblyInstPrinter.cpp | 6 +- lib/Target/X86/X86InstrCompiler.td | 16 +-- lib/Target/X86/X86InstrInfo.cpp | 7 +- lib/Target/X86/X86MacroFusion.cpp | 24 +--- lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp | 119 +++++++++-------- lib/Transforms/Utils/LoopUnrollAndJam.cpp | 15 +-- lib/Transforms/Utils/LoopUtils.cpp | 22 ++++ test/CodeGen/X86/abi-isel.ll | 10 +- test/CodeGen/X86/atomic_mi.ll | 4 +- test/CodeGen/X86/conditional-tailcall-samedest.mir | 2 +- test/CodeGen/X86/flags-copy-lowering.mir | 16 +-- test/CodeGen/X86/licm-nested.ll | 2 +- test/CodeGen/X86/select-mmx.ll | 4 +- test/CodeGen/X86/select_const.ll | 6 +- test/CodeGen/X86/tail-call-conditional.mir | 2 +- test/CodeGen/X86/undef-label.ll | 19 ++- test/DebugInfo/MIR/X86/live-debug-values.mir | 2 +- .../Transforms/LoopUnrollAndJam/pragma-explicit.ll | 144 +++++++++++++++++++++ 19 files changed, 289 insertions(+), 135 deletions(-) create mode 100644 test/Transforms/LoopUnrollAndJam/pragma-explicit.ll