[PATCH] D77060: [MLIR] Replace OpBuilder(Block) with atBlockBegin and atBlockEnd

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 11:58:56 PDT 2020


rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/IR/Builders.h:196
 
+  /// Create a builder and set the insertion point to the specified location in
+  /// the Block.
----------------
This description doesn't really describe this function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77060





More information about the llvm-commits mailing list