[all-commits] [llvm/llvm-project] 0990f1: [MLIR][Standard] Lower `std.dim` with dynamic dime...
frgossen via All-commits
all-commits at lists.llvm.org
Tue Jun 16 13:58:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0990f1a3adefb6121573c63fec4879dc2b2010c0
https://github.com/llvm/llvm-project/commit/0990f1a3adefb6121573c63fec4879dc2b2010c0
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir
Log Message:
-----------
[MLIR][Standard] Lower `std.dim` with dynamic dimension operand to LLVM
Implement the missing lowering from `std.dim` to the LLVM dialect in case of a
dynamic dimension.
Differential Revision: https://reviews.llvm.org/D81834
More information about the All-commits
mailing list