[PATCH] D132196: [PowerPC] Add combine logic to use MADDLD/MADDHD/MADDHDU in multiply-add patterns
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 06:59:51 PDT 2022
lkail added a comment.
Since we have pre-legalize combine, can we combine the MUL and ADD operations in that phase to form a custom node?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132196/new/
https://reviews.llvm.org/D132196
More information about the llvm-commits
mailing list