[PATCH] D97188: [AArch64] Add patterns for add(udot(0, x, y), z) -> udot(z, x, y).

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 04:54:15 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7abf7dd5efe2: [AArch64] Add combine for add(udot(0, x, y), z) -> udot(z, x, y). (authored by dmgreen).

Changed prior to commit:
  https://reviews.llvm.org/D97188?vs=325739&id=327082#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97188/new/

https://reviews.llvm.org/D97188

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/neon-dot-product.ll
  llvm/test/CodeGen/AArch64/neon-dotreduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97188.327082.patch
Type: text/x-patch
Size: 8540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/bc1f5acf/attachment.bin>


More information about the llvm-commits mailing list