diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-11-03 20:27:01 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-11-03 20:27:01 +0000 |
commit | e88dc04c4854124c6cf4c2d0fc554029ea190846 (patch) | |
tree | 58d9c047e0b7c6f1414b269108364704a1b89962 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | |
parent | f4acad30ec08c6fd66d63fa09f300c55c4afd90b (diff) | |
download | bcm5719-llvm-e88dc04c4854124c6cf4c2d0fc554029ea190846.tar.gz bcm5719-llvm-e88dc04c4854124c6cf4c2d0fc554029ea190846.zip |
[X86][XOP] Add support for the matching of the VPCMOV bit select instruction
XOP has the VPCMOV instruction that performs the common vector bit select operation OR( AND( SRC1, SRC3 ), AND( SRC2, ~SRC3 ) )
This patch adds tablegen pattern matching for this instruction.
Differential Revision: http://reviews.llvm.org/D8841
llvm-svn: 251975
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions