[all-commits] [llvm/llvm-project] dc9a77: [AArch64] Add a basic pattern for FACGE and FACGT

David Green via All-commits all-commits at lists.llvm.org
Mon Apr 17 08:01:12 PDT 2023


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

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/vacg.ll

  Log Message:
  -----------
  [AArch64] Add a basic pattern for FACGE and FACGT

These instructions take the absolute of two values and perform a FCMGE/FCMGT
between them. This patch adds some basic patterns for them.

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




More information about the All-commits mailing list