[PATCH] D16518: [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names

michael zuckerman via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 24 02:08:58 PST 2016


m_zuckerman created this revision.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.

X86AsmParser.cpp is missing full comparison predicate names for CMPPD and CMPPS Instructions. X86AsmParser.cpp defines only the short names of the Comparison predicate that you can find in the following pdf:    
https://software.intel.com/sites/default/files/managed/07/b7/319433-023.pdf
Page 5-61 table 5-3 


http://reviews.llvm.org/D16518

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  test/MC/X86/avx512-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16518.45821.patch
Type: text/x-patch
Size: 10257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160124/d4ce5dc8/attachment.bin>


More information about the llvm-commits mailing list