[PATCH] D85504: [Reassociate] [PowerPC] stop common out mul factors if fma is preferred on target
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 06:18:46 PDT 2020
shchenz added a comment.
Thanks @spatel @nemanjai for your comments. So it should be a common-sense that we should not add TTI/TLI hook inside Reassociate Pass which was already kindly pointed out by @lebedev.ri . I have learned this now ^_^.
I will investigate all the suggested places to do the reversal (DAGCombine, other PPC specific pass or CGP) later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85504/new/
https://reviews.llvm.org/D85504
More information about the llvm-commits
mailing list