Codegen is pretty bad at the moment but could use PSHUFB quite efficiently llvm-svn: 267347
XOP's VPPERM has some great 'permute operations' that it can do as well as part of shuffling the bytes of a 128-bit vector - in this case we use it to perform BITREVERSE in a single instruction. llvm-svn: 264870