[PATCH] D32684: [X86] Adding new LLVM TableGen backend that generates the X86 backend memory folding tables.
    Ayman Musa via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 30 07:33:19 PDT 2017
    
    
  
aymanmus created this revision.
Herald added a subscriber: mgorny.
X86 backend holds huge tables in order to map between the register and memory forms of each instruction.
This TableGen Backend automatically generated all these tables with the appropriate flags for each entry.
https://reviews.llvm.org/D32684
Files:
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/X86InstrInfo.cpp
  test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
  test/CodeGen/X86/stack-folding-fp-avx1.ll
  test/CodeGen/X86/vector-sqrt.ll
  utils/TableGen/CMakeLists.txt
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h
  utils/TableGen/X86FoldTablesEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32684.97233.patch
Type: text/x-patch
Size: 250555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170430/c3db2350/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list