[PATCH] D44353: [X86] Remove use of MVT class from the ShuffleDecode library.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 10 11:05:26 PST 2018
craig.topper created this revision.
Herald added a subscriber: llvm-commits.
MVT belongs to the CodeGen layer, but ShuffleDecode is used by the X86 InstPrinter which is part of the MC layer. This only works because MVT is completely implemented in a header file with no other library dependencies.
Repository:
rL LLVM
https://reviews.llvm.org/D44353
Files:
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44353.137917.patch
Type: text/x-patch
Size: 60272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180310/c33a36f5/attachment.bin>
More information about the llvm-commits
mailing list