rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 77e5e17231 Prepare inbounds_gep for opaque pointers
Implement inbounds_gep using LLVMBuildInBoundsGEP2 which takes an
explicit type argument instead of deriving it from a pointer type.
2021-08-04 15:51:30 +02:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.