[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 07:16:40 PDT 2024


================
@@ -15,17 +15,20 @@
 
 #include "VPlan.h"
 #include "llvm/ADT/STLFunctionalExtras.h"
+#include "llvm/Analysis/TargetTransformInfo.h"
----------------
huntergr-arm wrote:

nit: all 3 added lines in this file can be removed.

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


More information about the llvm-commits mailing list