[clang] [llvm] [clang] Reland Add tanf16 builtin and support for tan constrained intrinsic (PR #94559)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 12 21:58:59 PDT 2024
davemgreen wrote:
If you remove tan from isTriviallyVectorizable it should prevent vectorization in the short term.
It might be better to default FTAN to expand in https://github.com/llvm/llvm-project/blob/64c9a1e1266ec7bc4c4896b2df116fa12dbacf15/llvm/lib/CodeGen/TargetLoweringBase.cpp#L960, which seems to only be done for f32/f64/f128 at the moment.
https://github.com/llvm/llvm-project/pull/94559
More information about the cfe-commits
mailing list