[PATCH] D37455: [X86] Introduce a new td file to hold patterns some of the non instruction patterns from SSE and AVX512

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 18:06:31 PDT 2017


craig.topper created this revision.

This patch moves some of similar non-instruction patterns from X86InstrSSE.td and X86InstrAVX512.td to a common file.

This is intended as a starting point. There are many other optimization patterns that exist in both files that we could move here.


https://reviews.llvm.org/D37455

Files:
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86InstrVecCompiler.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37455.113799.patch
Type: text/x-patch
Size: 27442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170905/41223177/attachment.bin>


More information about the llvm-commits mailing list