This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e583d968d3a [X86] Stop LowerSIGN_EXTEND_AVX512 from creating v8i16/v16i [...] new cb927390eb0 [X86][TableGen] Recommitting the X86 memory folding tables [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/CMakeLists.txt | 4 + utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/TableGen.cpp | 6 + utils/TableGen/TableGenBackends.h | 1 + utils/TableGen/X86FoldTablesEmitter.cpp | 663 ++++++++++++++++++++++++++++++++ 5 files changed, 675 insertions(+) create mode 100644 utils/TableGen/X86FoldTablesEmitter.cpp