rust/compiler/rustc_codegen_ssa
Matthew Maurer 7967915c7b CFI: Use Instance at callsites
We already use `Instance` at declaration sites when available to glean
additional information about possible abstractions of the type in use.
This does the same when possible at callsites as well.

The primary purpose of this change is to allow CFI to alter how it
generates type information for indirect calls through `Virtual`
instances.
2024-03-23 18:30:39 +00:00
..
2024-03-23 18:30:39 +00:00

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