This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6005c0d9ac [X86][CLMUL] Use the default CLMUL scheduler classes direct [...] new 92198f30146 [InstCombine] add folds for xor-of-icmp signbit tests (PR36682) new d7398385c01 [llvm-mca] Minor refactoring. NFCI
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 28 +++++++++++ test/Transforms/InstCombine/compare-signs.ll | 25 +++++----- test/Transforms/InstCombine/xor-icmps.ll | 56 +++++++++++++++++----- tools/llvm-mca/Instruction.cpp | 2 +- tools/llvm-mca/Instruction.h | 3 -- tools/llvm-mca/LSUnit.cpp | 23 +++++++++ tools/llvm-mca/LSUnit.h | 18 ++----- tools/llvm-mca/Scheduler.cpp | 13 ++--- 8 files changed, 115 insertions(+), 53 deletions(-)