[PATCH] D78426: [MLIR] Move `replaceAllUsesExcept` from LoopUtil.h to Value.h.

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 07:33:06 PDT 2020


bondhugula accepted this revision.
bondhugula added a comment.

Thanks!



================
Comment at: mlir/include/mlir/IR/Value.h:142
 
+  /// Replace all uses of 'this' value with the new value, updating anything in
+  /// the IR that uses 'this' to use the other value instead except if the user
----------------
Nit: with the new value -> with `newValue`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78426





More information about the llvm-commits mailing list