When an alloc slice's users include llvm.protected.field.ptr intrinsics and their discriminators are consistent, drop the intrinsics in order to avoid unnecessary pointer sign and auth operations. Reviewers: nikic Reviewed By: nikic Pull Request: https://github.com/llvm/llvm-project/pull/151650