Skip to content

[CIR][CIRGen][TBAA] Add support for pointer tbaa #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

PikachuHyA
Copy link
Collaborator

This patch introduces support for pointer TBAA, which can be enabled using the -fpointer-tbaa flag. By default, this feature is now enabled.

To ensure test compatibility, the tests (tbaa-enum.cpp, tbaa-enum.c, and tbaa-struct.cpp) have been updated to include the -fno-pointer-tbaa flag.

Related Pull Requests of OG:

Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@bcardosolopes bcardosolopes merged commit 1cdae94 into llvm:main Mar 7, 2025
7 checks passed
@PikachuHyA PikachuHyA deleted the clangir-github-main branch March 10, 2025 01:51
lanza pushed a commit that referenced this pull request Mar 18, 2025
This patch introduces support for pointer TBAA, which can be enabled
using the `-fpointer-tbaa` flag. By default, this feature is now
enabled.

To ensure test compatibility, the tests (`tbaa-enum.cpp`, `tbaa-enum.c`,
and `tbaa-struct.cpp`) have been updated to include the
`-fno-pointer-tbaa` flag.

Related Pull Requests of OG:
- llvm/llvm-project#76612
- llvm/llvm-project#116991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants