[PATCH] D159212: [MLIR] Allow dialects to disable CSE for certain operations

Jan Sjödin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 11:56:46 PDT 2023


jsjodin added a comment.

I'm not sure if we want to add an interface for every transform. Is there a way to have a generic solution to this,  like a new trait or more general interface? It would be nice to avoid the case where a new transform will have to touch all the dialects, or a new op will require implementing/modifying a bunch of interfaces expressing basically the same thing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159212



More information about the cfe-commits mailing list