[all-commits] [llvm/llvm-project] 8b97e1: [mlir] Simplify code generated by ConvertToLLVMPat...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Wed Nov 18 02:52:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b97e17d161a177ae54c989e6e550930f6a75876
https://github.com/llvm/llvm-project/commit/8b97e17d161a177ae54c989e6e550930f6a75876
Author: Christian Sigg <csigg at google.com>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
M mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir
M mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir
Log Message:
-----------
[mlir] Simplify code generated by ConvertToLLVMPattern::getStridedElementPtr().
Make the interface match the one of ConvertToLLVMPattern::getDataPtr() (to be removed in a separate change).
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D91599
More information about the All-commits
mailing list