[all-commits] [llvm/llvm-project] 70629d: [SVE] Update patterns to commute FMLS multiplicati...

Cameron McInally via All-commits all-commits at lists.llvm.org
Tue Mar 1 12:53:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70629d570bb610a6e5ff3be8e3f08456b72f95e4
      https://github.com/llvm/llvm-project/commit/70629d570bb610a6e5ff3be8e3f08456b72f95e4
  Author: Cameron McInally <cmcinally at nvidia.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

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

  Log Message:
  -----------
  [SVE] Update patterns to commute FMLS multiplication operands

Use PatFrags to commute the multiplication operands of an AArch64ISD::FMA_PRED
node, allowing unpredicated FMLS instructions to match.

Reviewed by: paulwalker-arm

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




More information about the All-commits mailing list