[all-commits] [llvm/llvm-project] aca7b8: [MLIR][Shape] Lower `shape.shape_eq` to `scf`
frgossen via All-commits
all-commits at lists.llvm.org
Thu Jul 16 07:45:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aca7b8dd63c8be4fc9c301a6079adc04add23c22
https://github.com/llvm/llvm-project/commit/aca7b8dd63c8be4fc9c301a6079adc04add23c22
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToSCF/ShapeToSCF.cpp
M mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
Log Message:
-----------
[MLIR][Shape] Lower `shape.shape_eq` to `scf`
Lower `shape.shape_eq` to the `scf` (and `std`) dialect. For now, this lowering
is limited to extent tensor operands.
Differential Revision: https://reviews.llvm.org/D82530
More information about the All-commits
mailing list