[PATCH] D72292: [mlir] NFC: Move the state for managing aliases out of ModuleState and into a new class AliasState.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 10:44:40 PST 2020


rriddle created this revision.
rriddle added a reviewer: jpienaar.
Herald added subscribers: llvm-commits, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, mehdi_amini.
Herald added a project: LLVM.
rriddle added a child revision: D72293: [mlir] NFC: Move the state for managing SSA value names out of OperationPrinter and into a new class SSANameState..

This reduces the complexity of ModuleState and simplifies the code. A future revision will mold ModuleState into something that can be used by users for caching of printer state, as well as for implementing printAsOperand style methods.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72292

Files:
  mlir/lib/IR/AsmPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72292.236414.patch
Type: text/x-patch
Size: 14933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/14504907/attachment.bin>


More information about the llvm-commits mailing list