[LLVMdev] Status of Strong PHI Elimination?

Owen Anderson resistor at mac.com
Wed Apr 28 09:34:23 PDT 2010


On Apr 27, 2010, at 2:17 PM, Marc de Kruijf wrote:

> Hello,
> 
> I am implementing a code transformation that would heavily benefit from the CodeGen/StrongPHIElimination pass, but on the two bytecode files I've tested it on so far llc segfaults on both.  I see there have been no substantive changes to this code since the middle of last year.  Could someone please tell me what the status of this pass is?  Thank you.

As you discovered, it's buggy, incomplete and, to my knowledge, not being worked on.

--Owen



More information about the llvm-dev mailing list