You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IR] Deprecate PointerType::get/getUnqual pointee type overload (llvm#134517)
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.
From what my clangd can tell, there are no usages left in the monorepo
Part of llvm#123569
0 commit comments