[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
Tue Feb 23 05:44:53 PST 2021
- Previous message: [PATCH] D97188: [AArch64] Add patterns for add(udot(0, x, y), z) -> udot(z, x, y).
- Next message: [PATCH] D97188: [AArch64] Add patterns for add(udot(0, x, y), z) -> udot(z, x, y).
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
dmgreen updated this revision to Diff 325739.
dmgreen added a comment.
Convert to a DAGCombine, with some vecreduce tests.
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.325739.patch
Type: text/x-patch
Size: 8688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/80125adc/attachment.bin>
- Previous message: [PATCH] D97188: [AArch64] Add patterns for add(udot(0, x, y), z) -> udot(z, x, y).
- Next message: [PATCH] D97188: [AArch64] Add patterns for add(udot(0, x, y), z) -> udot(z, x, y).
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list