[PATCH] D105283: [VP] Introducing VectorBuilder, the VP intrinsic builder

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 13:38:51 PST 2022


craig.topper 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>
----------------
Is anything from PatternMatch being used?


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