https://github.com/urnathan closed
https://github.com/llvm/llvm-project/pull/70499
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
urnathan wrote:
I'm going to break this apart, as I've realized this has conflated two separate
problems.
https://github.com/llvm/llvm-project/pull/70499
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Nathan Sidwell (urnathan)
Changes
I noticed a few issues with `CodeGenTBAA::getBaseTypeInfo`.
1) `isValidBaseType` explicitly checks for a reference type to return false,
but then also returns false for all non-record types. Just
https://github.com/urnathan ready_for_review
https://github.com/llvm/llvm-project/pull/70499
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/urnathan created
https://github.com/llvm/llvm-project/pull/70499
I noticed a few issues with `CodeGenTBAA::getBaseTypeInfo`.
1) `isValidBaseType` explicitly checks for a reference type to return false,
but then also returns false for all non-record types. Just remove that
r