Files
rust/compiler/rustc_codegen_llvm/src
flip1995 e1c1d0f8c2 Add llvm.type.checked.load intrinsic
Add the intrinsic

declare {i8*, i1} @llvm.type.checked.load(i8* %ptr, i32 %offset, metadata %type)

This is used in the VFE optimization when lowering loading functions
from vtables to LLVM IR. The `metadata` is used to map the function to
all vtables this function could belong to. This ensures that functions
from vtables that might be used somewhere won't get removed.
2022-06-14 14:50:52 +02:00
..
2022-05-16 20:15:06 -04:00
2022-02-28 00:02:11 -05:00
2022-06-03 17:16:41 -04:00
2022-02-24 12:18:21 +01:00
2020-08-30 18:45:07 +03:00