[PATCH] D98033: [AArch64][SVEIntrinsicOpts] Factor out redundant SVE mul/fmul intrinsics

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 07:35:45 PDT 2021


joechrisellis updated this revision to Diff 330982.
joechrisellis marked an inline comment as done.
joechrisellis added a comment.

Address comments:

- @peterwaller-arm: swap uses of `OpMultiplicand` and `OpMultiplier` so that the constant-like DUP is treated as the RHS of the mul/fmul.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98033

Files:
  llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
  llvm/test/CodeGen/AArch64/sve-fmul-idempotency.ll
  llvm/test/CodeGen/AArch64/sve-mul-idempotency.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98033.330982.patch
Type: text/x-patch
Size: 19149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210316/4d5d3839/attachment.bin>


More information about the llvm-commits mailing list