[PATCH] D77382: [MLIR] Fix shape inference in toy tutorial

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 06:59:20 PDT 2020


herhut accepted this revision.
herhut added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: mlir/examples/toy/Ch4/mlir/ShapeInferencePass.cpp:92
+  /// A utility method that returns if the given operation has all of its
+  /// operand inferred.
+  static bool allOperandsInferred(Operation *op) {
----------------
bit: operand -> operands. Here and below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77382





More information about the llvm-commits mailing list