[all-commits] [llvm/llvm-project] 85defd: [mlir][shape] Use memref of index in shape lowering
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu Jul 30 06:20:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85defd23aa09f2fa8bf48fed7a04ed4a5851cd0c
https://github.com/llvm/llvm-project/commit/85defd23aa09f2fa8bf48fed7a04ed4a5851cd0c
Author: Stephan Herhut <herhut at google.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToSCF/ShapeToSCF.cpp
M mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
Log Message:
-----------
[mlir][shape] Use memref of index in shape lowering
Now that we can have a memref of index type, we no longer need to materialize shapes in i64 and then index_cast.
Differential Revision: https://reviews.llvm.org/D84938
More information about the All-commits
mailing list