OSDN Git Service

[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determine whethe...
authorCraig Topper <craig.topper@intel.com>
Sat, 10 Mar 2018 03:12:00 +0000 (03:12 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 10 Mar 2018 03:12:00 +0000 (03:12 +0000)
commit4d617521270c496a20e2027f3fe321fd4be0812c
tree98a680f8e519e66c8ace26b0159d7632145250d1
parent11ddcbc5725245e0e38b150d7be9ebbefa1e35c5
[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determine whether the instruction is masked.

This should have been NFC, but it looks like we were missing PUNPCKLHQDQ/PUNPCKLQDQ instructions in there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86InstComments.h
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-shuffles/partial_permute.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll