[PATCH] D111555: [LoopVectorize] Add vector reduction support for fmuladd intrinsic

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 23 06:45:35 PST 2021


dmgreen added a comment.

Thanks. This LGTM.

(The AddReductionVar code I find to be a bit convoluted - it tries to do too much at once and is difficult to follow everything it does. As far as I can tell, this looks good).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111555/new/

https://reviews.llvm.org/D111555



More information about the llvm-commits mailing list