[PATCH] D50791: [SelectionDAG] unroll unsupported vector FP ops earlier to avoid libcalls on undef elements (PR38527)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 13:54:07 PDT 2018


craig.topper added a comment.

Thinking forward to a future where we have SVML library support for v4f32 and a v8f32 sin/cos. What should we do for v5f32?


https://reviews.llvm.org/D50791





More information about the llvm-commits mailing list