vsk added a comment. Thanks for the review!
================ Comment at: clang/lib/CodeGen/CGExpr.cpp:1181 + if (T->isMemberPointerType()) + return CGM.getCXXABI().EmitMemberPointerIsNotNull( + *this, V, T->getAs<MemberPointerType>()); ---------------- ahatanak wrote: > You can fold `T->getAs<MemberPointerType>()` into the condition of the if > statement. I'll fix this before committing. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88336/new/ https://reviews.llvm.org/D88336 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits