Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend memory...
authorZachary Turner <zturner@google.com>
Mon, 29 May 2017 01:48:53 +0000 (01:48 +0000)
committerZachary Turner <zturner@google.com>
Mon, 29 May 2017 01:48:53 +0000 (01:48 +0000)
commit5b199be769ae68a6944a1293ead7c4ddca25f109
tree8b9a02fbf78125e3426b4dfb9262738bd1462378
parent229c9c115997141ad95632a0bf512eb68b86bd56
Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend memory folding tables."

This reverts commit 28cb1003507f287726f43c771024a1dc102c45fe as well
as all subsequent followups.  llvm-tblgen currently segfaults with
this change, and it seems it has been broken on the bots all
day with no fixes in preparation.  See, for example:

http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/

llvm-svn: 304121
llvm/lib/Target/X86/CMakeLists.txt
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
llvm/test/CodeGen/X86/stack-folding-fp-avx1.ll
llvm/test/CodeGen/X86/vector-sqrt.ll
llvm/utils/TableGen/CMakeLists.txt
llvm/utils/TableGen/TableGen.cpp
llvm/utils/TableGen/TableGenBackends.h
llvm/utils/TableGen/X86FoldTablesEmitter.cpp [deleted file]