[PATCH] D80303: [mlir] Canonicaliztion of shape.cstr_eq

Theodore Popp via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 09:16:15 PDT 2020


tpopp created this revision.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: jpienaar.
Herald added a reviewer: silvas.
Herald added a project: LLVM.
tpopp added a reviewer: herhut.

In the case of all inputs being constant and equal, cstr_eq will be
replaced with a true_witness.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80303

Files:
  mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
  mlir/lib/Dialect/Shape/IR/Shape.cpp
  mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td
  mlir/test/Dialect/Shape/canonicalize.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80303.265267.patch
Type: text/x-patch
Size: 6921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/b8a5070e/attachment.bin>


More information about the llvm-commits mailing list