search for: trapvalues

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

Did you mean: mapvalues
2011 Apr 12
1
[LLVMdev] About trapvalues
Hi, I am trying to understand trapvalues http://llvm.org/docs/LangRef.html#trapvalues My question is that how LLVM expects to use trapvalues. Should we track if a value is trapped or not at runtime or statically? One rule (for terminator instruction) that defines a trap value is # An instruction control-depends on a terminator instru...