search for: 0fe8f758

Displaying 2 results from an estimated 2 matches for "0fe8f758".

2008 May 08
0
[LLVMdev] Missing passes
...3 validator, only to discover some errors of my own :-) Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: pass-comments.diff Type: text/x-diff Size: 6010 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080508/0fe8f758/attachment.diff> -------------- next part -------------- A non-text attachment was scrubbed... Name: pass-doc.diff Type: text/x-diff Size: 12529 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080508/0fe8f758/attachment-0001.diff> -------------- next...
2008 May 07
4
[LLVMdev] Missing passes
Hi, I was evaluating all transformation passes and noticed a few things. In particular, I found three passes in the documentation that I can't seem to find any code for. Where these removed? Lower GC intrinsics, for GCless code generators (-lowergc) Correlated Expression Elimination (-cee) Lower select instructions to branches (-lowerselect) Additionally, I found the following passes for