Skip to content

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
terapines-osc-cir pushed a commit to Terapines/clangir that referenced this pull request Sep 2, 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