Displaying 2 results from an estimated 2 matches for "088748".
2015 Aug 10
5
RFC: Add "operand bundles" to calls and invokes
We'd like to propose a scheme to attach "operand bundles" to call and
invoke instructions. This is based on the offline discussion
mentioned in
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/088748.html.
# Motivation & Definition
Our motivation behind this is to track the state required for
deoptimization (described briefly later) through the LLVM pipeline as
a first-class IR citizen. We want to do this is a way that is
generally useful.
An "operand bundle" is a set of SSA v...
2015 Aug 19
2
RFC: Add "operand bundles" to calls and invokes
...ers.com > wrote:
> > We'd like to propose a scheme to attach "operand bundles" to call
> > and
>
> > invoke instructions. This is based on the offline discussion
>
> > mentioned in
>
> > http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/088748.html .
>
> > # Motivation & Definition
>
> > Our motivation behind this is to track the state required for
>
> > deoptimization (described briefly later) through the LLVM pipeline
> > as
>
> > a first-class IR citizen. We want to do this is a way...