]> granicus.if.org Git - llvm/commit
[X86] Teach the assembly parser to warn on duplicate registers in gather instructions.
authorCraig Topper <craig.topper@intel.com>
Thu, 26 Oct 2017 21:03:54 +0000 (21:03 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 26 Oct 2017 21:03:54 +0000 (21:03 +0000)
commit97d365b0a793d07a1a0a66849b06cd1b5424038f
tree26633c625a9c117eef7bde71f3427003fcec0f96
parentfa00b3d52d6ccd9d585b3445b2476f3ce9636554
[X86] Teach the assembly parser to warn on duplicate registers in gather instructions.

Fixes PR32238.

Differential Revision: https://reviews.llvm.org/D39077

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/gather.s [new file with mode: 0644]