[all-commits] [llvm/llvm-project] ce2c99: [SVE] Lower fixed length FP minnum/maxnum

Cameron McInally via All-commits all-commits at lists.llvm.org
Wed Aug 12 10:03:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce2c991061bf81824e84fada848614c18a53fee0
      https://github.com/llvm/llvm-project/commit/ce2c991061bf81824e84fada848614c18a53fee0
  Author: Cameron McInally <mcinally at cray.com>
  Date:   2020-08-12 (Wed, 12 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-minmax.ll

  Log Message:
  -----------
  [SVE] Lower fixed length FP minnum/maxnum

Lower fixed length MINNUM/MAXNUM to scalable vectors. Cherry-picked from D71767 with added tests.

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




More information about the All-commits mailing list