[PATCH] D96904: [IR] restrict vector reduction intrinsic types

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 07:54:30 PST 2021


spatel added a comment.

In D96904#2571456 <https://reviews.llvm.org/D96904#2571456>, @RKSimon wrote:

> What about return values? Are they checked to match the reduction vector element?

That's in the existing tablegen-based checking. I tried to make the old/new checking clearer by committing tests. We can move everything to C++ (or back to tablegen as with the earlier draft) if that is less confusing.


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

https://reviews.llvm.org/D96904



More information about the llvm-commits mailing list