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

Add intrinsic support for atomic store and load. #1628

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lucteo
Copy link
Contributor

@lucteo lucteo commented Dec 2, 2024

Add intrinsic support for atomic store and load.
Also add void intrinsic type.

Also add `void` intrinsic type.
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 38.09524% with 39 lines in your changes missing coverage. Please review.

Project coverage is 88.32%. Comparing base (734e7be) to head (b67d41f).

Files with missing lines Patch % Lines
Sources/FrontEnd/BuiltinFunction.swift 22.22% 21 Missing ⚠️
Sources/FrontEnd/NativeInstruction.swift 50.00% 12 Missing ⚠️
Sources/FrontEnd/Types/BuiltinType.swift 50.00% 2 Missing ⚠️
Sources/CodeGen/LLVM/ConcreteTypeLayout.swift 50.00% 1 Missing ⚠️
Sources/CodeGen/LLVM/TypeLowering.swift 50.00% 1 Missing ⚠️
Sources/IR/Mangling/Demangler.swift 50.00% 1 Missing ⚠️
Sources/IR/Mangling/Mangler.swift 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1628      +/-   ##
==========================================
- Coverage   88.44%   88.32%   -0.12%     
==========================================
  Files         381      381              
  Lines       30359    30422      +63     
==========================================
+ Hits        26851    26871      +20     
- Misses       3508     3551      +43     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant