[PATCH] D80189: [mlir] Add canonicalization for Cstr and Assuming Shape Ops.
Theodore Popp via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 01:36:09 PDT 2020
tpopp created this revision.
tpopp added a reviewer: herhut.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini, mstorsjo, mgorny.
Herald added a reviewer: jpienaar.
Herald added a reviewer: silvas.
Herald added a project: LLVM.
As a first step, represent statically known passing constraint as a
true op and remove assuming ops that rely on only true_witness ops.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80189
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
mlir/test/Dialect/Shape/ops.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80189.264812.patch
Type: text/x-patch
Size: 12057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/9a601a91/attachment.bin>
More information about the llvm-commits
mailing list