search for: p29617203

Displaying 2 results from an estimated 2 matches for "p29617203".

2010 Oct 01
2
[LLVMdev] convert llvm ir to selection Dag
Hi, Can anyone please tell me how can I scalarize or de-vectorize the llvm vector ir. In this (http://old.nabble.com/Re%3A-Thoughts-about-the-llvm-architecture---p2961720 3.html) thread I found LegalizeTypes will do this while generating machine code from llvm ir.. How do I convert llvm ir to selection Dag. And scalarize the vector ir and again get back llvm ir. Thanks &
2010 Oct 04
0
[LLVMdev] convert llvm ir to selection Dag
...Thu, Sep 30, 2010 at 11:33 PM, Kulbhushan Pachauri <kb.pachauri at samsung.com> wrote: > Hi, > > > > Can anyone please tell me how can I scalarize or de-vectorize the llvm > vector ir. > > In this > (http://old.nabble.com/Re%3A-Thoughts-about-the-llvm-architecture---p29617203.html) > thread > > I found LegalizeTypes will do this while generating machine code from llvm > ir.. > > > > How do I convert llvm ir to selection Dag. And scalarize the vector ir and > again get back llvm ir… You can't... the SelectionDAG is part of CodeGen. If y...