search for: retcon

Displaying 4 results from an estimated 4 matches for "retcon".

Did you mean: recon
2018 Jan 10
3
RFC: attribute synthetic("reason")
...I promise it will be submitted to LLVM when we've proven the design to our satisfaction by starting to use it in the frontend. That should be within the next few months.) For example, here's a simple coroutine: define i8* @f(i8* %buffer, i32 %n) { entry: %id = call token @llvm.coro.id.retcon(i32 8, i32 4, i8* %buffer, i8* bitcast (i8* (i8*, i1)* @prototype to i8*), i8* bitcast (i8* (i32)* @allocate to i8*), i8* bitcast (void (i8*)* @deallocate to i8*)) %hdl = call i8* @llvm.coro.begin(token %id, i8* null) br label %loop loop: %n.val = phi i32 [ %n, %entry ], [ %inc, %resume ]...
2018 Jan 12
0
RFC: attribute synthetic("reason")
...M when we've proven the design to our > satisfaction by starting to use it in the frontend. That should be within > the next few months.) > > For example, here's a simple coroutine: > > define i8* @f(i8* %buffer, i32 %n) { > entry: > %id = call token @llvm.coro.id.retcon(i32 8, i32 4, i8* %buffer, i8* > bitcast (i8* (i8*, i1)* @prototype to i8*), i8* bitcast (i8* (i32)* > @allocate to i8*), i8* bitcast (void (i8*)* @deallocate to i8*)) > %hdl = call i8* @llvm.coro.begin(token %id, i8* null) > br label %loop > > loop: > %n.val = phi i32 [...
2010 May 11
4
Fwd: Skeleton 4.0 draft, help with Dirac fields please!
On 10 May 2010 23:20, Chris Pearce <chris at pearce.org.nz> wrote: > The granulepos radix was something that Conrad and Ralph were talking about > at FOMS2010. I don't know how it's supposed to be used, or why we need it. > It was supposed to be needed for Dirac? Maybe Ralph or Conrad can remember? > If not, we should remove it. There's no point in adding a poorly
2018 Jan 10
0
RFC: attribute synthetic("reason")
...d to LLVM when we've proven the design to our satisfaction by starting to use it in the frontend. That should be within the next few months.) > > For example, here's a simple coroutine: > > define i8* @f(i8* %buffer, i32 %n) { > entry: > %id = call token @llvm.coro.id.retcon(i32 8, i32 4, i8* %buffer, i8* bitcast (i8* (i8*, i1)* @prototype to i8*), i8* bitcast (i8* (i32)* @allocate to i8*), i8* bitcast (void (i8*)* @deallocate to i8*)) > %hdl = call i8* @llvm.coro.begin(token %id, i8* null) > br label %loop > > loop: > %n.val = phi i32 [ %n, %entr...