[all-commits] [llvm/llvm-project] b38cf0: [mlir][LinalgToLLVM] Add pass option for emitting ...
zero9178 via All-commits
all-commits at lists.llvm.org
Fri Feb 24 05:28:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b38cf034102529540fef0081de0d96d0e2258c3a
https://github.com/llvm/llvm-project/commit/b38cf034102529540fef0081de0d96d0e2258c3a
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
M mlir/test/Dialect/Linalg/affine.mlir
M mlir/test/Dialect/Linalg/loops.mlir
M mlir/test/Dialect/Linalg/roundtrip.mlir
Log Message:
-----------
[mlir][LinalgToLLVM] Add pass option for emitting opaque-pointers
While the pass itself doesn't directly require any changes to be compatible with opaque-pointers, it does import patterns for lowering MemRefs to LLVM.
Adding this pass option allows any users of the pass to switch to emitting opaque-pointers via the pass option
Differential Revision: https://reviews.llvm.org/D144724
More information about the All-commits
mailing list