[PATCH] D77060: [MLIR] Make OpBuilder(Block) default to inserting at Block::begin().
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 10:19:36 PDT 2020
ftynse added a comment.
Indeed, I mean adding `OpBuilder::atBlockBegin`and `OpBuilder::atBlockEnd` and removing the default constructor. Deferring to @rriddle though :)
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