[PATCH] D26985: [X86] Simplify lowerVectorShuffleAsBitMask to handle only integer VT's
Andrea Di Biagio via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 12:17:41 PST 2016
andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.
Sounds reasonable to me.
In practice, lowerVectorShuffleAsBitMask is only called when the shuffle valuetype is integer. In all other cases, the lowering logic forces a bitcast on the shuffle operands.
Repository:
rL LLVM
https://reviews.llvm.org/D26985
More information about the llvm-commits
mailing list