[LLVMdev] Missing passes

Dan Gohman gohman at apple.com
Wed May 7 13:34:37 PDT 2008


On May 7, 2008, at 7:04 AM, Gordon Henriksen wrote:

> On 2008-05-07, at 08:42, Matthijs Kooijman wrote:
>
>> 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)
>
> Yes; this pass at least has been removed.
>
>> 	Correlated Expression Elimination (-cee)
>> 	Lower select instructions to branches (-lowerselect)

These two were also removed.

Dan




More information about the llvm-dev mailing list