[llvm] [LV][VPlan] Add initial support for CSA vectorization (PR #106560)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 13:22:38 PDT 2024


================
@@ -0,0 +1,78 @@
+//===- llvm/Analysis/CSADescriptors.h - CSA Descriptors --*- C++ -*-===//
----------------
artagnon wrote:

Nit: you can just keep the filename in the comment header, not the path: so no `llvm/Analysis`. Also, if you could add additional `-` characters to align this up with the other similar lines, that would be great.

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


More information about the llvm-commits mailing list