[PATCH] D72482: [mlir] Add a DCE pass for dead symbols.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 18:41:23 PST 2020


echristo added a comment.

Do we need a full separate pass structure for mlir or is there some sharing we can do here as this (at the IR level) is encompassed by GlobalDCE.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72482





More information about the llvm-commits mailing list