[all-commits] [llvm/llvm-project] f80036: [AArch64] Add SVE lowering for vector.reduce.fmini...

David Green via All-commits all-commits at lists.llvm.org
Sat Jun 24 03:13:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8003689f12d781f5128feb0655f12af37285085
      https://github.com/llvm/llvm-project/commit/f8003689f12d781f5128feb0655f12af37285085
  Author: David Green <david.green at arm.com>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-fp-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-split-fp-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-reduce.ll

  Log Message:
  -----------
  [AArch64] Add SVE lowering for vector.reduce.fminimum and fmaximum

Following what is already performed for vector.reduce.fmin/fmax, this adds
lowering for the new vector.reduce.fminimum/fmaximum nodes to the SVE fminv
and fmaxv instructions via the existing FMINV_PRED/FMAXV_PRED nodes.

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




More information about the All-commits mailing list