[llvm-commits] [LLVM, llc] TypeLegalization, DAGCombining, vectors loading: Obvious fixes.

Stepan Dyatkovskiy stpworld at narod.ru
Wed Dec 14 12:57:20 PST 2011


Hi all. Please find some obvious fixes for <n x i1> .. <n x i7> vectors.
I fixed 'load' expansion, since there was improper stride calculation.
I also fixed some assertion for trunc store. Assertion dropped for trunc 
stores with non simple MemoryVT. MemoryVT <n x i1> will never became 
simple in ToT. I inserted the store expansion in this case.

-Stepan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1784.patch
Type: text/x-patch
Size: 1649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111215/6ba2e684/attachment.bin>


More information about the llvm-commits mailing list