[PATCH] D78790: [mlir][DialectConversion] Add support for properly tracking replaceUsesOfBlockArgument
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 22:14:36 PDT 2020
rriddle created this revision.
rriddle added a reviewer: GMNGeoffrey.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, mehdi_amini.
Herald added a project: LLVM.
The current implementation of this method performs the replacement directly, and thus doesn't support proper back tracking.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78790
Files:
mlir/include/mlir/IR/Value.h
mlir/lib/IR/Value.cpp
mlir/lib/Transforms/DialectConversion.cpp
mlir/test/Transforms/test-legalizer.mlir
mlir/test/lib/Dialect/Test/TestPatterns.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78790.259803.patch
Type: text/x-patch
Size: 8775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200424/e634bde6/attachment.bin>
More information about the llvm-commits
mailing list