[PATCH] D72846: [mlir] support translation of multidimensional vectors to LLVM IR

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 15:24:35 PST 2020


rriddle added inline comments.


================
Comment at: mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:35
+static llvm::Constant *
+buildSequentialConstant(ArrayRef<llvm::Constant *> &constants,
+                        ArrayRef<int64_t> shape, llvm::Type *type,
----------------
This functions needs some documentation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72846





More information about the llvm-commits mailing list