[LLVMdev] [LLVM, llc] TypeLegalization, DAGCombining, vectors loading
Stepan Dyatkovskiy
stpworld at narod.ru
Tue Dec 13 01:17:09 PST 2011
Probably, I misunderstood MemoryVT purpose? Should it be a type that
equal to original vector type (e.g. v2i5). Or it is a type of memory
area for this vector (e.g. v2i8) ?
-Stepan.
Stepan Dyatkovskiy wrote:
> Hi all. The question about 'load' instruction.
> When we promote
> v2i5 = load<addr> ;<MemoryVT = v2i5>
> to
> v2i64 = load<addr> ;<MemoryVT = v2i5>
>
> should we insert vector shuffling that moves second v2i5 item to the
> second v2i64 item?
>
> Or it is still depends from target?
>
> Thanks.
>
> -Stepan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list