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] Add support for __int128 type #980

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

Lancern
Copy link
Member

@Lancern Lancern commented Oct 15, 2024

This PR adds initial support for the __int128 type. The !cir.int type is extended to support 128-bit integer types.

This PR comes with a simple test that verifies the CIRGen and LLVM lowering of !s128i and !u128i work.

Resolve #953 .

This patch adds initial support for the __int128 type. The `!cir.int` type is
extended to support 128-bit integer types.
@bcardosolopes bcardosolopes merged commit f70c0d1 into llvm:main Oct 16, 2024
7 checks passed
@Lancern Lancern deleted the int128 branch October 16, 2024 03:11
keryell pushed a commit to keryell/clangir that referenced this pull request Oct 19, 2024
This PR adds initial support for the `__int128` type. The `!cir.int`
type is extended to support 128-bit integer types.

This PR comes with a simple test that verifies the CIRGen and LLVM
lowering of `!s128i` and `!u128i` work.

Resolve llvm#953 .
lanza pushed a commit that referenced this pull request Nov 5, 2024
This PR adds initial support for the `__int128` type. The `!cir.int`
type is extended to support 128-bit integer types.

This PR comes with a simple test that verifies the CIRGen and LLVM
lowering of `!s128i` and `!u128i` work.

Resolve #953 .
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.

Lack of support on __int128 type
2 participants