[PATCH] D30501: [X86][AVX512] Add missing entries to EVEX2VEX tables
Ayman Musa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 08:29:45 PST 2017
aymanmus created this revision.
evex2vex pass defines 2 tables which maps EVEX instructions to their VEX identical when possible. Adding all missing entries.
https://reviews.llvm.org/D30501
Files:
lib/Target/X86/X86InstrTablesInfo.h
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-vbroadcasti128.ll
test/CodeGen/X86/avx512dqvl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-logic.ll
test/CodeGen/X86/evex-to-vex-compress.mir
test/CodeGen/X86/sse-intrinsics-x86_64.ll
test/CodeGen/X86/sse2-intrinsics-x86_64.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/subvector-broadcast.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vselect-pcmp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30501.90186.patch
Type: text/x-patch
Size: 79135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/d3e2b55d/attachment.bin>
More information about the llvm-commits
mailing list