This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from f1286127b73 Merging r323384: ------------------------------------------ [...] new 98b79f2cd78 Merging r322108, r322123 and r322131: new 6148a4925e2 Merging r323331: ------------------------------------------ [...] new 029e482f392 Merging r322006: ------------------------------------------ [...] new 18d14710ab8 Revert r323738; that was not the one I wanted to merge new 91f08212d67 Merging r322016: ------------------------------------------ [...] new e57fcaa435b Merging r323582: ------------------------------------------ [...] new f8f8b9b531f Merging r323672: (test-case re-generated) ----------------- [...] new 03a6999cf40 Merging r323710: ------------------------------------------ [...]
The 8 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/Analysis/ValueTracking.h | 3 +- include/llvm/MC/MCFragment.h | 15 +++-- include/llvm/MC/MCObjectStreamer.h | 1 - include/llvm/MC/MCStreamer.h | 2 +- lib/Analysis/ValueTracking.cpp | 31 +++++---- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 +++++- lib/CodeGen/RegAllocFast.cpp | 11 ++-- lib/MC/MCAsmStreamer.cpp | 16 ++--- lib/MC/MCAssembler.cpp | 16 ++++- lib/MC/MCMachOStreamer.cpp | 28 +++----- lib/MC/MCObjectStreamer.cpp | 19 +----- lib/MC/MCStreamer.cpp | 3 +- lib/MC/MCWinCOFFStreamer.cpp | 19 ++---- lib/MC/WasmObjectWriter.cpp | 5 +- lib/Target/X86/X86ISelLowering.cpp | 5 +- test/Analysis/ValueTracking/select-pattern.ll | 46 ++++++++++++++ .../AArch64/GlobalISel/legalize-constant.mir | 2 +- .../fast-regalloc-empty-bb-with-liveins.mir | 26 ++++++++ test/CodeGen/X86/pr34592.ll | 74 ++++++++++++++++++++++ test/MC/X86/eval-fill.s | 17 +++++ test/Transforms/InstCombine/minmax-fold.ll | 21 ++++++ 21 files changed, 284 insertions(+), 95 deletions(-) create mode 100644 test/Analysis/ValueTracking/select-pattern.ll create mode 100644 test/CodeGen/AArch64/fast-regalloc-empty-bb-with-liveins.mir create mode 100644 test/CodeGen/X86/pr34592.ll create mode 100644 test/MC/X86/eval-fill.s