[all-commits] [llvm/llvm-project] 2573cf: [ARM]Fold select_cc(vecreduce_[u|s][min|max], x) i...

Sam Tebbs via All-commits all-commits at lists.llvm.org
Mon Oct 5 07:53:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2573cf3c3d42c943cb91b6e85b803f7671260185
      https://github.com/llvm/llvm-project/commit/2573cf3c3d42c943cb91b6e85b803f7671260185
  Author: Sam Tebbs <samuel.tebbs at arm.com>
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    A llvm/test/CodeGen/Thumb2/mve-vmaxv-vminv-scalar.ll

  Log Message:
  -----------
  [ARM]Fold select_cc(vecreduce_[u|s][min|max], x) into VMINV or VMAXV

    This folds a select_cc or select(set_cc) of a max or min vector reduction with a scalar value into a VMAXV or VMINV.

    Differential Revision: https://reviews.llvm.org/D87836




More information about the All-commits mailing list