[PATCH] D96961: [AArch64][SVE][DAGCombine] Factor out redundant SVE mul/fmul intrinsics

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 08:43:41 PST 2021


joechrisellis updated this revision to Diff 324998.
joechrisellis marked 2 inline comments as done.
joechrisellis added a comment.

Address @david-arm's comments.

- more general implementation.
- factor out checking for `ptrue(SV_ALL)` intrinsic calls to `isPTrueAllIntrinsic`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96961

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96961.324998.patch
Type: text/x-patch
Size: 11686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/c2112ad8/attachment.bin>


More information about the llvm-commits mailing list