[llvm] [LV] Teach the loop vectorizer llvm.sincos is trivially vectorizable (PR #128035)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 07:46:21 PST 2025
================
----------------
MacDue wrote:
I've added a simple predicated test case. The cost is the same (for the actual intrinsics) -- however, the LV only deems it worth vectorizable when the vector library is available this time (which seems reasonable).
https://github.com/llvm/llvm-project/pull/128035
More information about the llvm-commits
mailing list