Displaying 2 results from an estimated 2 matches for "vectorllva".
Did you mean:
vector_llvm
2009 Apr 01
1
[LLVMdev] GSoC 2009: Auto-vectorization
Hi Stefanus,
On Wed Apr 01 16:08:45 +0200 2009, Stefanus Du Toit wrote:
> On 31-Mar-09, at 8:27 PM, Andreas Bolka wrote:
> > i.e. the core of the desired result would look like:
> >
> > %va = load <256 x i32>* %a
> > %vb = load <256 x i32>* %b
> > %vc = add <256 x i32> %a, %b
> > store <256 x i32> %vc, <256 x i32>*
2007 Mar 08
2
[LLVMdev] Would it be possible to have the LLVM be seen as an arch for the kernel to compile against?
I posted this question on the llvm channel on irc. I am new to all of
this. And I only found out about LLVA as a result of the irc. And please
forgive my erroneous terminology. So let me try this as best I can.
I want to know if the code of LLVA/LLVM can be used as a virtual
processor in configuring the linux kernel? Maybe you have already
encountered this and possibly accomplished it as