search for: tp2349p62937

Displaying 5 results from an estimated 5 matches for "tp2349p62937".

2013 Nov 06
1
[LLVMdev] if-conversion
...rds 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: http://llvm.1065342.n5.nabble.com/if-conversion-tp2349p62937.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2016 Apr 22
2
if-conversion
...ss 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: > http://llvm.1065342.n5.nabble.com/if-conversion-tp2349p62937.html > > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...
2016 Apr 23
2
if-conversion
...g work. Is this something that others would also >>>> find useful? >>>> >>>> Rob >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>> http://llvm.1065342.n5.nabble.com/if-conversion-tp2349p62937.html >>>> Sent from the LLVM - Dev mailing list archive at Nabble.com. >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu...
2009 Jan 20
2
[LLVMdev] if-conversion
> If you write a separate pass, we'd like to integrate it in mainline > llvm sources. Thank you for your answers. I will do my best to develop something which could be useful for more people :). Cheers, Ralf
2009 Jan 20
0
[LLVMdev] if-conversion
Ralf Karrenberg wrote: >> If you write a separate pass, we'd like to integrate it in mainline >> llvm sources. >> > > Thank you for your answers. I will do my best to develop something which > could be useful for more people :). > If you're looking for sources on how to do if-conversion, there's an algorithm for it in the book "Optimizing