This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 199c0d32e96 [RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6 new 0d0e510068b [SelectionDAG] Add SimplifyDemandedBits to SimplifyDemanded [...]
The 1 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/TargetLowering.cpp | 56 +++++++++-- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 9 -- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 5 - test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 48 +++------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 36 +++---- test/CodeGen/X86/combine-pmuldq.ll | 18 +--- test/CodeGen/X86/combine-shl.ll | 120 +++++++++++------------- test/CodeGen/X86/mulvi32.ll | 36 ++----- test/CodeGen/X86/pmul.ll | 113 +++++++++------------- test/CodeGen/X86/pr35918.ll | 26 ++--- test/CodeGen/X86/shrink_vmul.ll | 32 ++++--- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 28 +----- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 17 +--- test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 112 ++++++++++------------ test/CodeGen/X86/vector-idiv-v2i32.ll | 9 +- test/CodeGen/X86/vector-mul.ll | 48 +++++----- test/CodeGen/X86/vector-reduce-mul.ll | 113 ++++++++-------------- test/CodeGen/X86/vector-trunc-math.ll | 57 +++++------ 18 files changed, 359 insertions(+), 524 deletions(-)