[all-commits] [llvm/llvm-project] 58d92f: [IR] Deprecate PointerType::get/getUnqual pointee ...
Mats Jun Larsen via All-commits
all-commits at lists.llvm.org
Sat Apr 5 19:27:16 PDT 2025
Branch: refs/heads/users/junlarsen/_ir_deprecate_pointertype_get_getunqual_pointee_type_overload
Home: https://github.com/llvm/llvm-project
Commit: 58d92f58cfb2b91e1a0bfb380f9394b853334382
https://github.com/llvm/llvm-project/commit/58d92f58cfb2b91e1a0bfb380f9394b853334382
Author: Mats Jun Larsen <mats at jun.codes>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[IR] Deprecate PointerType::get/getUnqual pointee type overload
Deprecates the methods and schedules them for removal in the future as
the overloads taking LLVMContext are preferred, as the pointee type
has no meaning in opaque pointers.
Part of #123569
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list