[all-commits] [llvm/llvm-project] 35649c: [MLIR][LLVM] Deprecate typed pointer operation bui...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Sun Oct 29 01:40:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35649c639cd3780652156f8aaca610d0a5f578b3
https://github.com/llvm/llvm-project/commit/35649c639cd3780652156f8aaca610d0a5f578b3
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-10-29 (Sun, 29 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
[MLIR][LLVM] Deprecate typed pointer operation builder (#70576)
This commit deprecates LLVM dialect builders that expect typed pointers.
In the process of removing typed pointers from the LLVM dialect, these
builders will eventually be removed.
More information about the All-commits
mailing list