This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2585af80b5c [NFC][GVNSink] Pre-commit unary FNeg test to fpmath.ll new 8d3346fc60c [JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC_GOT. new 5b5948dee1d [NFC][APInt] Add (exhaustive) test for multiplicativeInverse() new 65afd3a0fd4 [CodeGen] [SelectionDAG] More efficient code for X % C == 0 [...]
The 3 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/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 109 ++++++++++++++ lib/Support/APInt.cpp | 2 + test/CodeGen/AArch64/urem-seteq-optsize.ll | 12 +- test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll | 1 - test/CodeGen/AArch64/urem-seteq-vec-splat.ll | 20 +-- test/CodeGen/AArch64/urem-seteq.ll | 100 ++++++------- test/CodeGen/X86/jump_sign.ll | 10 +- ...ower-of-two-or-zero-when-comparing-with-zero.ll | 30 ++-- test/CodeGen/X86/urem-seteq-optsize.ll | 21 +-- test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 1 - test/CodeGen/X86/urem-seteq-vec-splat.ll | 123 +++++---------- test/CodeGen/X86/urem-seteq.ll | 165 +++++++-------------- .../JITLink/X86/MachO_x86-64_relocations.s | 12 ++ unittests/ADT/APIntTest.cpp | 17 +++ 15 files changed, 313 insertions(+), 316 deletions(-)