[PATCH] D153233: clang: Add __builtin_elementwise_rint and nearbyint

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 23 16:01:21 PDT 2023


arsenm added a comment.

In D153233#4443000 <https://reviews.llvm.org/D153233#4443000>, @bob80905 wrote:

> Should there be tests added for usage of scalable vector types for RISC-V / AArch64? 
> I typically have added such tests in the past, as shown here:
> https://reviews.llvm.org/D135011

Test coverage seems to be spotty for them. I think a separate patch to get consistent SVE testing of this should be separate

> Also, would you be able to add something at the top of the strictfp file that states the purpose? Like "testing that we don't use the constrained intrinsics"?

Done


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

https://reviews.llvm.org/D153233



More information about the cfe-commits mailing list