[PATCH] D90247: [AArch64] Add legalizations for VECREDUCE_SEQ_FADD

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 00:18:14 PDT 2020


dmgreen added a comment.

In D90247#2357606 <https://reviews.llvm.org/D90247#2357606>, @cameron.mcinally wrote:

> Comment from `ARM/ARMISelLowering.cpp`:
>
>   // Custom Expand smaller than legal vector reductions to prevent false zero
>   // items being added.
>   setOperationAction(ISD::VECREDUCE_FADD, MVT::v4f16, Custom);

Those are for MVE. Maybe try NEON instead?


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

https://reviews.llvm.org/D90247



More information about the llvm-commits mailing list