OSDN Git Service

[AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM to remove support for the second...
authorCraig Topper <craig.topper@gmail.com>
Wed, 21 Sep 2016 03:58:41 +0000 (03:58 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 21 Sep 2016 03:58:41 +0000 (03:58 +0000)
commit3170da55b87b8de976535b54063a67b589254fc7
tree1e4954f56f333e0b9493d3e011093866aae87f20
parentda9d4eb529a2f8c2621d2838082c4bbce959f7a5
[AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM to remove support for the second opcode since its never used. This makes it consistent with INTR_TYPE_2OP_MASK_RM and INTR_TYPE_3OP_MASK_RM.

And even if it was used we were passing the same operands to both so it wouldn't make sense to have two opcodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp