This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18dd74a3d2a [SanitizerCoverage] Create comdat for global arrays. new 1c8be0dcb72 [MIPS] Fix illegal type assert in single-float mode new dea972401f3 [DagCombine][NFC] Some more tests fo for X % C == 0 (UREM c [...]
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/Target/Mips/MipsISelLowering.cpp | 11 +- test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll | 240 ++++++ test/CodeGen/AArch64/urem-seteq-vec-splat.ll | 166 +++++ test/CodeGen/Mips/f32-to-i64-single-float.ll | 52 ++ test/CodeGen/X86/urem-seteq-optsize.ll | 3 +- test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 932 ++++++++++++++++++++++++ test/CodeGen/X86/urem-seteq-vec-splat.ll | 483 ++++++++++++ test/CodeGen/X86/urem-seteq.ll | 3 +- 8 files changed, 1883 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll create mode 100644 test/CodeGen/AArch64/urem-seteq-vec-splat.ll create mode 100644 test/CodeGen/Mips/f32-to-i64-single-float.ll create mode 100644 test/CodeGen/X86/urem-seteq-vec-nonsplat.ll create mode 100644 test/CodeGen/X86/urem-seteq-vec-splat.ll