[llvm-commits] [PATCH] Add Pattern ID Information

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Thu Aug 4 00:41:24 PDT 2011


Nadav,

> None of the AVX shuffle code is in place, the broadcast instruction is not implemented, the avx calling conventions are not implemented, etc. I believe that there is still a ton of work.

That's not true. A important part of the shuffle code is in place,
which doesn't mean it's perfect and optimized, but it works. If by
calling convention you mean the x86_64 abi for 256-bit vectors, it's
already implemented in clang. The broadcast instruction should land
soon, as this is obviously a WIP. There isn't any objection to
contribution here, in the same way that there's no need for any
heavy-duty AVX merging.

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc



More information about the llvm-commits mailing list