[all-commits] [llvm/llvm-project] 1ce70c: [MLIR] Canonicalize broadcast operations on single...
frgossen via All-commits
all-commits at lists.llvm.org
Thu Mar 18 01:00:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ce70c15ed3b9c84d6d73abd74f6605bccdf2e7b
https://github.com/llvm/llvm-project/commit/1ce70c15ed3b9c84d6d73abd74f6605bccdf2e7b
Author: Frederik Gossen <frgossen at google.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
[MLIR] Canonicalize broadcast operations on single shapes
This covers cases that are not folded away because the extent tensor type
becomes more concrete in the process.
Differential Revision: https://reviews.llvm.org/D98782
More information about the All-commits
mailing list