[PATCH] D97487: Removing sqrtd2 and sqrtf4 from list of vectorizable function with MASSV
Jeeva P. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 13:34:10 PST 2021
pjeeva01 added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/PowerPC/massv-calls.ll:237
-define void @sqrt_f64(double* nocapture %varray) {
-; CHECK-LABEL: @sqrt_f64(
----------------
I think modifying this and the following tests to ensure following calls are not generated would be useful.
```
__sqrtd2_massv{{.*}}<2 x double>
__sqrtf4_massv{{.*}}<4 x float>
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97487/new/
https://reviews.llvm.org/D97487
More information about the llvm-commits
mailing list