This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3def5002f7b Revert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` [...] new 412d3308e1e [DCE] Add DebugCounter support new b0f69a6d15f [NFC][InstCombine] Test what happens if 'unefficient high b [...] new ea6d8b4aae7 [PartiallyInlineLibCalls] Add DebugCounter support new ad7e5b06873 [InstCombine] Inefficient pattern for high-bits checking 2 [...] new 0e8fee8f1aa [X86] Cleanup pair returns. NFCI. new 28e4a69190d [X86] Fix register resizings for inline assembly register o [...]
The 6 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/Target/X86/X86ISelLowering.cpp | 82 +++---- lib/Target/X86/X86RegisterInfo.td | 10 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 55 +++-- lib/Transforms/Scalar/DCE.cpp | 8 + lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 6 + test/CodeGen/X86/atomic_mi.ll | 2 +- test/CodeGen/X86/avx512-regcall-Mask.ll | 160 ++++++------- test/CodeGen/X86/physreg-pairs-error.ll | 12 + test/CodeGen/X86/physreg-pairs.ll | 165 +++++++++++++ .../X86/unfold-masked-merge-vector-variablemask.ll | 256 ++++++++++----------- .../X86/debugcounter-partiallyinlinelibcalls.ll | 44 ++++ test/Other/debugcounter-dce.ll | 20 ++ ...and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 50 ++-- ...and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 14 ++ ...and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 14 ++ ...and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 50 ++-- 16 files changed, 637 insertions(+), 311 deletions(-) create mode 100644 test/CodeGen/X86/physreg-pairs-error.ll create mode 100644 test/CodeGen/X86/physreg-pairs.ll create mode 100644 test/Other/X86/debugcounter-partiallyinlinelibcalls.ll create mode 100644 test/Other/debugcounter-dce.ll