[PATCH] D109484: [SLP] Calculate overload types from intrinsic description

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 09:33:09 PDT 2021


RKSimon added a comment.

In D109484#3004159 <https://reviews.llvm.org/D109484#3004159>, @RKSimon wrote:

> In D109484#3004064 <https://reviews.llvm.org/D109484#3004064>, @spatel wrote:
>
>> Is this D109049 <https://reviews.llvm.org/D109049> without the `isnan` intrinsic changes? 
>> Is it possible to show a SLP difference with some existing intrinsic with mixed/complex types like `@llvm.uadd.with.overflow`?
>
> For reference, this is PR40853

And a stretch goal would be PR38424 - vectorizing math calls containing pointers, sincos/modf etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109484



More information about the llvm-commits mailing list