[PATCH] D80306: [mlir] Canonicalization of shape.assuming_all
Theodore Popp via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 09:16:16 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, mgorny.
Herald added a reviewer: jpienaar.
Herald added a reviewer: silvas.
Herald added a project: LLVM.
tpopp added a reviewer: herhut.
This allows assuming_all to be replaced when all inputs are known to be
statically passing witnesses.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80306
Files:
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/lib/Dialect/Shape/CMakeLists.txt
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: D80306.265270.patch
Type: text/x-patch
Size: 4475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/000222d6/attachment.bin>
More information about the llvm-commits
mailing list