summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+25
| | | | | | | | | | Support Intel AVX512 VP2INTERSECT instructions in llvm Patch by Xiang Zhang (xiangzhangllvm) Differential Revision: https://reviews.llvm.org/D62366 llvm-svn: 362188
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-0/+337
For some targets, there is a circular dependency between InstPrinter and MCTargetDesc. Merging them together will fix this. For the other targets, the merging is to maintain consistency so all targets will have the same structure. llvm-svn: 360484
OpenPOWER on IntegriCloud