commit | 91c642526e40b77f44a03b99b5d450cd293b78aa | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue Nov 03 20:27:01 2015 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue Nov 03 20:27:01 2015 +0000 |
tree | 303ae00ba046ef1d6fdc24a107ea4ddb6eb86bd3 | |
parent | 7c5ec54082ccfac9503cfe058efb26cf4e482473 [diff] |
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251975 91177308-0d34-0410-b5e6-96231b3b80d8