search for: pseudeo

Displaying 1 result from an estimated 1 matches for "pseudeo".

2015 Dec 26
2
Proposal for multi location debug info support in LLVM IR
...argument which is already essentially dead and I expect it to be removed soon) void @llvm.dbg.value(metadata, metadata, metadata) to token @llvm.dbg.value(token, metadata, metadata, metadata) with the semantics being the following: - A change of value of a variable is indicated by (pseudeo-IR) %first = call token @llvm.dbg.value(token undef, metadata %val, metadata !var, metadata !expr) for the purpose of this proposal, I'll denote such a call (with undef first argument) as a `key call`. - To add a location wi...