[PATCH] D76233: Affine expr simplification for add of const multiple of same expression

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 10:52:39 PDT 2020


nicolasvasilache accepted this revision.
nicolasvasilache added a comment.

LGTM

See: https://github.com/llvm/llvm-project/blob/master/mlir/lib/Dialect/SDBM/SDBMExpr.cpp#L31 in case you like something from there to write such expressions more idiomatically and wish to lift it up.
I am not claiming it is in a final state but you might find it useful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76233





More information about the llvm-commits mailing list