Can build_bitcast be renamed to build_bit_cast? That would make it more consistent internally with build_int_cast, build_float_cast,... as well as with LLVM's LLVMBuildBitCast.
This one is interesting, given that bitcast is a common term and others (ie floatcast) are not. That said, the more consistent naming seems like a good idea
Hi, Thanks for working on inkwell :heart:
Can
build_bitcast
be renamed tobuild_bit_cast
? That would make it more consistent internally withbuild_int_cast
,build_float_cast
,... as well as with LLVM'sLLVMBuildBitCast
.I can do the PR if desired.