[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 06:55:39 PST 2025


================
@@ -0,0 +1,170 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter "(:|sincos|extractvalue|store)" --version 5
----------------
MacDue wrote:

The `CHECK:` lines are automatically generated (without any manual edits) and still can be updated by the script without altering the `CHECK-COST:` lines (which are manual). 

This "NOTE:" line also includes the update script args `UTC_ARGS: --filter "(:|sincos|extractvalue|store)"` which means any future updates will be configured the same way. 

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


More information about the llvm-commits mailing list