[llvm] [llvm][IR] Remove method IRBuilderBase::getInt8PtrTy (PR #74096)

Youngsuk Kim via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 08:26:48 PST 2023


JOE1994 wrote:

> I think you can go ahead and remove the method directly.

Thank you. I pushed a follow-up commit that removes the method.

Is the `IRBuilderBase::getInt8PtrTy` method not exposed externally to clients?
Which methods can we delete without having to deprecate it first?

https://github.com/llvm/llvm-project/pull/74096


More information about the llvm-commits mailing list