[llvm] [LV] Teach the loop vectorizer llvm.sincos is trivially vectorizable (PR #128035)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 13:11:43 PST 2025


https://github.com/fhahn approved this pull request.

LGTM, thanks.

One minor thing regarding the test file name. I think it is quite uncommon to use multiple `.` per file name (at least in the LoopVectorize subdirectory), using `-` or `_` would be more consistent with the existing naming.

https://github.com/llvm/llvm-project/pull/128035


More information about the llvm-commits mailing list