[mlir] Remove redundant shape.cstr_broadcastable canonicalization.
authorTres Popp <tpopp@google.com>
Tue, 15 Sep 2020 16:28:59 +0000 (18:28 +0200)
committerTres Popp <tpopp@google.com>
Thu, 17 Sep 2020 07:01:13 +0000 (09:01 +0200)
commitb05629230e9c7e90a2e70a761f7800afb1a8eefd
tree1de65282b5fa1d04331d335bff166a34b6c34149
parentc16417f65f9a9eb3718efa3ece63ba910f91f77b
[mlir] Remove redundant shape.cstr_broadcastable canonicalization.

These canonicalizations are already handled by folding which will occur
in a superset of situations, so they are being removed.

Differential Revision: https://reviews.llvm.org/D87706
mlir/lib/Dialect/Shape/IR/Shape.cpp