[PATCH] D99741: [RISCV][Clang] Add some RVV Floating-Point intrinsic functions. (vfclass, vfmerge, vfrec7, vfrsqrt7, vfsqrt)

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 16 05:40:34 PDT 2021


khchen added a comment.

In D99741#2694435 <https://reviews.llvm.org/D99741#2694435>, @thakis wrote:

> In D99741#2694369 <https://reviews.llvm.org/D99741#2694369>, @khchen wrote:
>
>> In D99741#2694344 <https://reviews.llvm.org/D99741#2694344>, @thakis wrote:
>>
>>> Was there any more progress on this? If not, let's revert for now to not permanently slow down tests by over 20%.
>>
>> https://reviews.llvm.org/D100611
>> https://reviews.llvm.org/D100617
>
> Great, let's wait and see for a few days to see if it lands, and if so how much that recovers then.
>
>> Do you mean revert https://github.com/llvm/llvm-project/compare/a3bfddbb6a27...59d5b8c27b43?
>
> Yes.

Please wait a few days. 
Those commits add almost total 300k line from all tests.
I think maybe reverting is not a good idea if we have a good progress on this slow down issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99741



More information about the cfe-commits mailing list