[PATCH] D110235: [LoopVectorize] Support reductions that store intermediary result
Igor Kirillov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 06:30:38 PDT 2021
igor.kirillov 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"
----------------
nikic wrote:
> Drive by note: This new include does not look necessary.
Unfortunately, llvm doesn't compile without this include
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