[PATCH] D142656: [SVE][codegen] Add pattern for SVE multiply-add accumulate
Sushant Gokhale via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 03:50:37 PST 2023
sushgokh added a comment.
In D142656#4126789 <https://reviews.llvm.org/D142656#4126789>, @paulwalker-arm wrote:
> The patch looks much better now, thanks @sushgokh. I'll take a proper look tomorrow but can I draw your attention to D143764 <https://reviews.llvm.org/D143764> which I plan to land tomorrow. It shows a style that equally applies to your patch as well to reduce the number of patterns within AArch64SVEInstrInfo.td.
@paulwalker-arm Thanks for reference. WIll check D143764 <https://reviews.llvm.org/D143764> and try to make changes accordingly. Let me know if any more changes are required once you have gone through this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142656/new/
https://reviews.llvm.org/D142656
More information about the llvm-commits
mailing list