[PATCH] D80004: [MLIR] Add `from_index`, `to_index`, and `num_elements` to the shape dialect

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 11:57:47 PDT 2020


silvas added inline comments.


================
Comment at: mlir/lib/IR/Builders.cpp:57
 
+IntegerType Builder::getI32Type() { return IntegerType::get(32, context); }
+
----------------
can you split this cleanup of the core infra into a different patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80004





More information about the llvm-commits mailing list