[llvm-dev] VLIW support

Tom Stellard via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 25 17:18:23 PDT 2015


On Sat, Sep 26, 2015 at 07:37:41AM +0800, Kun Ling via llvm-dev wrote:
> Hi Rail,
>     For the VLIW support,  Qualcomm's Hexagon target is a good reference.
>     
>      http://llvm.org/devmtg/2013-11/slides/Guerra-VLIW.pdf

The R600 subtarget of the AMDGPU target is also VLIW.

-Tom

>  
>      
> Kun Ling
> 
> 
> 
> 
> ------------------ Original ------------------
> From:  "Rail Shafigulin via llvm-dev"<llvm-dev at lists.llvm.org>;
> Date:  Fri, Sep 25, 2015 03:33 PM
> To:  "llvm-dev"<llvm-dev at lists.llvm.org>; 
> 
> Subject:  [llvm-dev] VLIW support
> 
>  
> Is there a VLIW support in LLVM? I found this, https://groups.google.com/forum/#!searchin/llvm-dev/VLIW, but it looks like it is not completely implemented. Specifically I'm interested in how instructions are bundled together. I can't seem to find it anywhere in the source code.
> 
> Any help in resolving he issue is appreciated.

> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list