[PATCH] D110235: [LoopVectorize] Support reductions that store intermediary result

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 06:11:01 PDT 2021


nikic added inline comments.


================
Comment at: llvm/include/llvm/Analysis/IVDescriptors.h:21
 #include "llvm/ADT/StringRef.h"
+#include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/InstrTypes.h"
----------------
Drive by note: This new include does not look necessary.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110235/new/

https://reviews.llvm.org/D110235



More information about the llvm-commits mailing list