Issue 123569
Summary Remove PointerType::get/getUnqual with element type argument
Labels new issue
Assignees
Reporter nikic
    These two methods should be removed now that the opaque pointers migration is complete:
https://github.com/llvm/llvm-project/blob/6f0a627dd3c21209ea45f355ecedd15d739418a1/llvm/include/llvm/IR/DerivedTypes.h#L677-L679
https://github.com/llvm/llvm-project/blob/6f0a627dd3c21209ea45f355ecedd15d739418a1/llvm/include/llvm/IR/DerivedTypes.h#L684-L688

Steps:
 * [ ] Remove all the callers, by switching to the methods accepting LLVMContext (or other more appropriate helpers) instead.
 * [ ] Deprecate the methods.
 * [ ] Remove the methods.

cc @JOE1994 as you handled the migration away from Type::getPointerTo().
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to