[PATCH] D98011: [X86] Adding one flag to imply whether the instruction should check the predicate when compress EVEX instructions to VEX encoding.
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 23:59:30 PST 2021
LiuChen3 created this revision.
Herald added subscribers: pengfei, hiraditya.
LiuChen3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Some EVEX instructions should check the predicates when compress to VEX
encoding. For example, avx512vnni instructions. This is because avx512vnni
doesn't mean that avxvnni is supported on the target.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98011
Files:
llvm/lib/Target/X86/X86EvexToVex.cpp
llvm/lib/Target/X86/X86InstrFormats.td
llvm/lib/Target/X86/X86InstrSSE.td
llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98011.328411.patch
Type: text/x-patch
Size: 8603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/641dbecf/attachment.bin>
More information about the llvm-commits
mailing list