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

renamed bitcast to bit_cast #486

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

Anton-4
Copy link
Contributor

@Anton-4 Anton-4 commented Apr 1, 2024

Description

Renamed bitcast to bit_cast. For consistency with LLVM's LLVMBuildBitCast and internal build_int_cast,build_float_cast,... .

Related Issue

Closes #485.

How This Has Been Tested

To be tested with github CI.

Breaking Changes

API change from builder.build_bitcast to builder.build_bit_cast.

Checklist

For consistency with LLVM's LLVMBuildBitCast and internal build_int_cast,build_float_cast,... . Closes TheDan64#485.
@TheDan64 TheDan64 self-requested a review April 4, 2024 04:42
@TheDan64 TheDan64 merged commit d916c66 into TheDan64:master Apr 4, 2024
16 checks passed
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.

rename build_bitcast to build_bit_cast
2 participants