[X86] AVX512: Factor generating the AsmString into avx512_icmp_cc
authorAdam Nemet <anemet@apple.com>
Tue, 1 Jul 2014 18:03:43 +0000 (18:03 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 1 Jul 2014 18:03:43 +0000 (18:03 +0000)
commit4fd1c542eef4dfe9076e4920e84a9a6e010e8bcb
tree90511a82c46899236d06267a85d59d85fc75b932
parent582dd1e60862d9a9a7a9c80a0980ca9998f406a3
[X86] AVX512: Factor generating the AsmString into avx512_icmp_cc

Adding a writemask variant would require a third asm string to be passed to
the template.  Generate the AsmString in the template instead.

No change in X86.td.expanded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212113 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td