1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/Target/X86/InstPrinter
Craig Topper 53e1727237 [X86] Remove use of MVT class from the ShuffleDecode library.
MVT belongs to the CodeGen layer, but ShuffleDecode is used by the X86 InstPrinter which is part of the MC layer. This only worked because MVT is completely implemented in a header file with no other library dependencies.

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

llvm-svn: 327292
2018-03-12 16:43:11 +00:00
..
CMakeLists.txt
LLVMBuild.txt
X86ATTInstPrinter.cpp [X86] Rewrite printMasking code in X86InstComments to use TSFlags to determine whether the instruction is masked. 2018-03-10 03:12:00 +00:00
X86ATTInstPrinter.h
X86InstComments.cpp [X86] Remove use of MVT class from the ShuffleDecode library. 2018-03-12 16:43:11 +00:00
X86InstComments.h [X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstComments.h. 2018-03-10 05:15:22 +00:00
X86IntelInstPrinter.cpp [X86] Rewrite printMasking code in X86InstComments to use TSFlags to determine whether the instruction is masked. 2018-03-10 03:12:00 +00:00
X86IntelInstPrinter.h