[PATCH] D49168: [LV] Add a new reduction pattern match
Takahiro Miyoshi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 02:49:47 PDT 2018
takahiro.miyoshi added a comment.
Hi Hideki,
Thank you for your comments.
At first, as you said, I supposed that the target loop was FloatAdd pattern. But, I supposed this was also a little similar to FloatMixMax.
It means that the target one contains the meaning of FloatAdd and FloatMixMax, and I add the new recurrence descriptor to express this.
Certainly, I think keeping on adding new kind for a different pattern of reduction doesn't make sense.
So, I will retry to handle this within FloatAdd/FloatMult.
Best regards,
Takahiro
Repository:
rL LLVM
https://reviews.llvm.org/D49168
More information about the llvm-commits
mailing list