[PATCH] D87287: [ARM] Fixup single source mla reductions.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 00:07:37 PDT 2020
dmgreen added a comment.
It could probably be done either way, but this seemed simpler when I wrote it. I was trying to keep the functions cleaner. Otherwise they will have to start looking backwards from the mul (which has two operands the same) up to the extend to check it's type.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87287/new/
https://reviews.llvm.org/D87287
More information about the llvm-commits
mailing list