[PATCH] D105283: [VP] Introducing VectorBuilder, the VP intrinsic builder
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 02:39:47 PST 2022
simoll added inline comments.
================
Comment at: llvm/include/llvm/IR/VectorBuilder.h:21
+#include <llvm/IR/Instruction.h>
+#include <llvm/IR/PatternMatch.h>
+#include <llvm/IR/Value.h>
----------------
craig.topper wrote:
> Is anything from PatternMatch being used?
Definitely not in this header, no
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105283/new/
https://reviews.llvm.org/D105283
More information about the llvm-commits
mailing list