[all-commits] [llvm/llvm-project] 46edbc: [MLIR][LLVM] Change CAPI pointer factory to create...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Oct 30 04:50:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46edbce454a58e35b6f026092fe4dadcf5fccb2e
https://github.com/llvm/llvm-project/commit/46edbce454a58e35b6f026092fe4dadcf5fccb2e
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M mlir/include/mlir-c/Dialect/LLVM.h
M mlir/lib/CAPI/Dialect/LLVM.cpp
M mlir/test/CAPI/llvm.c
Log Message:
-----------
[MLIR][LLVM] Change CAPI pointer factory to create opaque pointers (#70572)
This commit changes the LLVM dialect's CAPI pointer getters to drop
support for typed pointers. Typed pointers are deprecated and should no
longer be generated.
More information about the All-commits
mailing list