aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2020-04-13 09:33:05 -0700
committerCraig Topper <craig.topper@intel.com>2020-04-13 10:14:08 -0700
commit6dbf1a1229ba65f65784af1fd9ca2a780f0dc8b2 (patch)
treee1e66c308c7db87473fd2fc5e0caee15d0649b42 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent0b0bb1969fa077ae1c3c77313211fbabee6aa15e (diff)
downloadllvm-6dbf1a1229ba65f65784af1fd9ca2a780f0dc8b2.zip
llvm-6dbf1a1229ba65f65784af1fd9ca2a780f0dc8b2.tar.gz
llvm-6dbf1a1229ba65f65784af1fd9ca2a780f0dc8b2.tar.bz2
[X86] Move X86ShuffleDecode.cpp/h into MCTargetDesc and remove X86Utils library. NFC
The shuffle decoding is used by X86ISelLowering and MCTargetDesc/X86InstComments. The latter used to be in a separate InstPrinter library. The Utils library existed to allow InstPrinter and CodeGen to share the shuffle decoding. Since X86InstComments now lives in the MCTargetDesc, which CodeGen already depends on, we can sink the shuffle decoding there as well. Differential Revision: https://reviews.llvm.org/D77980
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions