Skip to content
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

[CIR][CIRGen][TBAA] Add support for scalar types #1329

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

PikachuHyA
Copy link
Collaborator

This patch introduces support for TBAA with scalar types. By encoding the type name in the CIR, we address the limitation of distinguishing between different C++ types that map to the same CIR type. For example, long and long long types.
see #1241

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 1468ac4 into llvm:main Feb 11, 2025
7 checks passed
@PikachuHyA PikachuHyA deleted the support_tbaa_scalar_v2_rebase branch February 12, 2025 01:38
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