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][LLVMLowering] Add LLVM lowering support for _Float16 #716

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

Lancern
Copy link
Collaborator

@Lancern Lancern commented Jul 2, 2024

This PR adds LLVM lowering support for _Float16 type. The only change we need to make here is adding a new type converter to the LLVM lowering pass. The majority of this PR is tests that check the generated LLVM IR.

Later I'll add another separate PR that adds LLVM lowering support for the __bf16 type. This PR is already big enough.

This patch adds LLVM lowering support for `_Float16` type. The only change we
need to make here is adding a new type converter to the LLVM lowering pass. The
majority of this patch is tests that check the generated LLVM IR.
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.

LGTM

@bcardosolopes bcardosolopes merged commit a9eb565 into llvm:main Jul 2, 2024
7 checks passed
@Lancern Lancern deleted the float16-llvm-lowering branch July 3, 2024 00:58
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.

None yet

2 participants