[PATCH] D155623: [AArch64][NFC] Expand SLEEF coverage for ReplaceWithVeclib testing
mgabka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 06:19:10 PDT 2023
mgabka added a comment.
In D155623#4522171 <https://reviews.llvm.org/D155623#4522171>, @mgabka wrote:
> OK then I think we are still missing:
>
> llrint
> llround
> lrint
> nearbyint
>
> as those are defined in libm.
ah I see there reason why they are not included, https://github.com/llvm/llvm-project/blob/main/llvm/lib/IR/Verifier.cpp#L5780, worth to mention in directly I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155623/new/
https://reviews.llvm.org/D155623
More information about the llvm-commits
mailing list