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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 08:11:53 PDT 2024


================
@@ -0,0 +1,116 @@
+; RUN: opt < %s -passes='print<access-info>' -debug-only=loop-accesses -disable-output 2>&1 | FileCheck %s
----------------
fhahn wrote:

Please also check the `access-info` report.

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


More information about the llvm-commits mailing list