[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)
Nicholas Guy via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 09:26:52 PST 2024
================
@@ -24,6 +24,7 @@
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Analysis/IVDescriptors.h"
+#include "llvm/Analysis/TargetTransformInfo.h"
----------------
NickGuy-Arm wrote:
Should this still be included?
https://github.com/llvm/llvm-project/pull/92418
More information about the llvm-commits
mailing list