[all-commits] [llvm/llvm-project] 02f9cf: [MLIR] Remove LLVM typed pointer support
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 25 05:16:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02f9cf9266c35795aa44ded0c37f0c44d8c49069
https://github.com/llvm/llvm-project/commit/02f9cf9266c35795aa44ded0c37f0c44d8c49069
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/TypeFromLLVM.cpp
M mlir/lib/Target/LLVMIR/TypeToLLVM.cpp
Log Message:
-----------
[MLIR] Remove LLVM typed pointer support
This breaks lowering to typed pointers, and forces import to always
use opaque pointers.
This has no effect on MLIR-level typed pointer support in the
LLVMIR dialect.
More information about the All-commits
mailing list