Files
clang-p2996/mlir/lib/Conversion/LinalgToLLVM
Markus Böck b38cf03410 [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
2023-02-24 14:27:16 +01:00
..