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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 09:57:21 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/IR/VectorBuilder.h:92
+  Value *createVectorInstruction(unsigned Opcode, ValArray VecOpArray,
+                                 Twine Name = "");
+};
----------------
Aren't Twine's usually passed by const reference?


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