[all-commits] [llvm/llvm-project] 82b692: [mlir][Shape] Mark BroadcastOp as not having side ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Feb 17 01:26:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82b692e54698a3b2b874ea4f6e97c5337e8045d1
https://github.com/llvm/llvm-project/commit/82b692e54698a3b2b874ea4f6e97c5337e8045d1
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
[mlir][Shape] Mark BroadcastOp as not having side effects
This allows it to be dead code eliminated when unused.
Differential Revision: https://reviews.llvm.org/D96797
More information about the All-commits
mailing list