diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2024-10-31 12:41:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 12:41:43 +0000 |
commit | 89a8c71db61282c4e7522ffda5dbee890900dca5 (patch) | |
tree | c5b3c92c1f1978ea939cd179684f915763e85455 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 3f17613509167e9e0e1502b162524b7f484b39aa (diff) | |
download | llvm-89a8c71db61282c4e7522ffda5dbee890900dca5.zip llvm-89a8c71db61282c4e7522ffda5dbee890900dca5.tar.gz llvm-89a8c71db61282c4e7522ffda5dbee890900dca5.tar.bz2 |
[SDAG] Support expanding `FSINCOS` to vector library calls (#114039)
This shares most of its code with the scalar sincos expansion. It allows
expanding vector FSINCOS nodes to a library call from the specified
`-vector-library`. The upside of this is it will mean the vectorizer
only needs to handle the sincos intrinsic, which has no memory effects,
and this can handle lowering the intrinsic to a call that takes output
pointers.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions