This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 365d19d9574 [SelectionDAG] Support result type promotion for FLT_ROUNDS_ new 983661ef622 [RISCV] Add UNIMP instruction (32- and 16-bit forms) new 4e25c191659 Add a new reduction pattern match
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: include/llvm/Analysis/IVDescriptors.h | 7 +- lib/Analysis/IVDescriptors.cpp | 72 ++- lib/Target/RISCV/RISCVInstrInfo.td | 9 + lib/Target/RISCV/RISCVInstrInfoC.td | 8 + test/MC/RISCV/compress-rv32i.s | 6 + test/MC/RISCV/rv32c-valid.s | 3 + test/MC/RISCV/rv32i-valid.s | 3 + test/Transforms/LoopVectorize/if-reduction.ll | 821 ++++++++++++++++++++++++++ 8 files changed, 922 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/LoopVectorize/if-reduction.ll