[PATCH] D78731: [MLIR] Replace splitBlock() with createBlock in GenericAtomicRMWOp lowering.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 10:50:43 PDT 2020
ftynse added a comment.
> splitBlock is not undoable and should not be used in ConversionPattern.
splitBlock _is_ undoable, it's adding an argument to the block that is not
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78731/new/
https://reviews.llvm.org/D78731
More information about the llvm-commits
mailing list