mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 05:36:41 +00:00

Removed the calls to `sizeOp` after replacing `SliceOp`: ``` // Remove const_shape size op when it no longer has use point. Operation *sizeConstShape = sliceOp.getSize().getDefiningOp(); ``` Turns out as part of canonicalization, trivially dead ops are removed anyway, so the above piece of code isn't actually needed.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.