Closed Anton-4 closed 7 months ago
Renamed bitcast to bit_cast. For consistency with LLVM's LLVMBuildBitCast and internal build_int_cast,build_float_cast,... .
bitcast
bit_cast
LLVMBuildBitCast
build_int_cast
build_float_cast
Closes #485.
To be tested with github CI.
API change from builder.build_bitcast to builder.build_bit_cast.
builder.build_bitcast
builder.build_bit_cast
Description
Renamed
bitcast
tobit_cast
. For consistency with LLVM'sLLVMBuildBitCast
and internalbuild_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
tobuilder.build_bit_cast
.Checklist