[all-commits] [llvm/llvm-project] cfee49: [AArch64][SVE] Extend predicated fma patterns to n...

David Green via All-commits all-commits at lists.llvm.org
Wed Apr 12 07:53:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfee494fea097e97387bb3784fe257e4b0db5821
      https://github.com/llvm/llvm-project/commit/cfee494fea097e97387bb3784fe257e4b0db5821
  Author: David Green <david.green at arm.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sve-fp-combine.ll

  Log Message:
  -----------
  [AArch64][SVE] Extend predicated fma patterns to negative zero

This extends the patterns added in D130564 for fma to also handle negative 0.0.
-0.0 is the identity element for fadd so comes up in vectorized loops.

The same basic idea applies to D130564, but nsz should no longer be needed for
the fadd case, and is for fsub (which is really only added for completeness).

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




More information about the All-commits mailing list