[PATCH] D77935: [MLIR][NFC] Builder InsertionGuard::saveInsertionPoint -> savedInsertionPoint
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 02:06:40 PDT 2020
bondhugula added a comment.
In D77935#1975891 <https://reviews.llvm.org/D77935#1975891>, @rriddle wrote:
> This also matches the same verbiage in other parts of LLVM, IRBuilder::saveIP/llvm::SaveAndRestore/etc.
Oh I see - the saveInsertionPoint here is used to refer to the insertion point to use for saving?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77935/new/
https://reviews.llvm.org/D77935
More information about the llvm-commits
mailing list