This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names
ClosedPublic

Authored by m_zuckerman on Jan 24 2016, 2:08 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
delena accepted this revision.Jan 24 2016, 4:51 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 24 2016, 4:51 AM
This revision was automatically updated to reflect the committed changes.