[all-commits] [llvm/llvm-project] c5ed93: [SVE ACLE] Remove DAG combines that are no longer ...

JolantaJensen via All-commits all-commits at lists.llvm.org
Fri Jun 23 02:09:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5ed93f975830b4ed52f1899bfc9d8c89bf81c38
      https://github.com/llvm/llvm-project/commit/c5ed93f975830b4ed52f1899bfc9d8c89bf81c38
  Author: Jolanta Jensen <Jolanta.Jensen at arm.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-aba.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-logical-imm.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-unpred-form.ll
    M llvm/test/CodeGen/AArch64/sve-saba.ll
    M llvm/test/CodeGen/AArch64/sve2-int-mul.ll
    M llvm/test/CodeGen/AArch64/sve2-intrinsics-int-arith-imm.ll
    M llvm/test/CodeGen/AArch64/sve2-sra.ll

  Log Message:
  -----------
  [SVE ACLE] Remove DAG combines that are no longer relevant.

This patch removes DAG combines that are no longer relevant
because equivalent IR combines have been added.

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




More information about the All-commits mailing list