[PATCH] D153233: clang: Add __builtin_elementwise_rint and nearbyint

Joshua Batista via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 16:59:36 PDT 2023


bob80905 added a comment.

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

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"?


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

https://reviews.llvm.org/D153233



More information about the cfe-commits mailing list