[clang] [llvm] [LV][LAA] Vectorize math lib calls with mem write-only attribute (PR #78432)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 01:24:29 PDT 2024


================
@@ -0,0 +1,134 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter "call.*(frexp|modf)" --version 4
----------------
mgabka wrote:

sincos (which also takes linear pointers) has tests inside veclib-function-calls.ll, so I would suggest to move this tests to the same file.

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


More information about the llvm-commits mailing list