[all-commits] [llvm/llvm-project] 55d08a: [mlir][MemRefToLLVM] Lower extract_strided_metadata
qcolombet via All-commits
all-commits at lists.llvm.org
Wed Oct 26 14:34:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55d08a867056e6ceb62c3a1ce3643345dcfc5dde
https://github.com/llvm/llvm-project/commit/55d08a867056e6ceb62c3a1ce3643345dcfc5dde
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
Log Message:
-----------
[mlir][MemRefToLLVM] Lower extract_strided_metadata
The `extract_strided_metadata` operation literally breaks down a memory
descriptor into its different components.
Teach the MemRefToLLVM conversion framework this fact.
Differential Revision: https://reviews.llvm.org/D136304
More information about the All-commits
mailing list