[all-commits] [llvm/llvm-project] 2d7e75: [AArch64][SVE] Add patterns for some arith SVE ins...

dancgr via All-commits all-commits at lists.llvm.org
Mon Jan 13 08:33:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d7e757a836abb54590daa25fce626283adafadf
      https://github.com/llvm/llvm-project/commit/2d7e757a836abb54590daa25fce626283adafadf
  Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll

  Log Message:
  -----------
  [AArch64][SVE] Add patterns for some arith SVE instructions.

Summary: Add patterns for the following instructions:
- smax, smin, umax, umin

Reviewers: sdesmalen, huntergr, rengolin, efriedma, c-rhodes, mgudim, kmclaughlin

Subscribers: amehsan

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




More information about the All-commits mailing list