[all-commits] [llvm/llvm-project] 73681b: [NFC][LLVM] Simplify SVE isel DAG patterns. (#91510)

Paul Walker via All-commits all-commits at lists.llvm.org
Fri May 10 04:13:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73681b8fee930274e6dc11d4471b44666d6d0dfd
      https://github.com/llvm/llvm-project/commit/73681b8fee930274e6dc11d4471b44666d6d0dfd
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

  Log Message:
  -----------
  [NFC][LLVM] Simplify SVE isel DAG patterns. (#91510)

We have many instances of (Ty ZPR:$op) than can be written as Ty:$Op.
Whilst other operands can also be simplified this patch focuses on
removing redundant instances of PPR, PNR and ZPR only.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list