[all-commits] [llvm/llvm-project] ac8b4f: [AArch64][SVE2] Add pattern for BCAX (#77159)

Usman Nadeem via All-commits all-commits at lists.llvm.org
Mon Jan 8 15:51:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac8b4f874945f83eec8c8f56d9fc80093e02a7b2
      https://github.com/llvm/llvm-project/commit/ac8b4f874945f83eec8c8f56d9fc80093e02a7b2
  Author: Usman Nadeem <mnadeem at quicinc.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sve2-bcax.ll

  Log Message:
  -----------
  [AArch64][SVE2] Add pattern for BCAX (#77159)

Bitwise clear and exclusive or
Add pattern for:
    xor x, (and y, not(z)) -> bcax x, y, z




More information about the All-commits mailing list