search for: robbishop

Displaying 3 results from an estimated 3 matches for "robbishop".

2016 Apr 22
2
if-conversion
...a select that uses the entry mask of the > corresponding block. > - Order blocks topologically by data dependencies, remove outgoing > edges, create unconditional branches from each block to the next in the > list. > > Cheers, > Ralf > > > On 06/11/13 19:50, RobBishop wrote: > > Hi all, > > > > Sorry to dig up an old thread but I wondered what the status of > > if-conversion in LLVM is. Has any work been done towards handling this as a > > transform pass on the IR? > > > > I'm looking to implement an if...
2016 Apr 23
2
if-conversion
...t; - Order blocks topologically by data dependencies, remove outgoing >>> edges, create unconditional branches from each block to the next >>> in the >>> list. >>> >>> Cheers, >>> Ralf >>> >>> >>> On 06/11/13 19:50, RobBishop wrote: >>>> Hi all, >>>> >>>> Sorry to dig up an old thread but I wondered what the status of >>>> if-conversion in LLVM is. Has any work been done towards >>>> handling this as a >>>> transform pass on the IR? >>>&gt...
2013 Nov 06
1
[LLVMdev] if-conversion
Hi all, Sorry to dig up an old thread but I wondered what the status of if-conversion in LLVM is. Has any work been done towards handling this as a transform pass on the IR? I'm looking to implement an if-conversion pass and wanted to ensure that I'm not duplicating work. Is this something that others would also find useful? Rob -- View this message in context: