This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a0e85180cc [Alignment][NFC] Allow constexpr Align new ae2b7d76de7 Revert 373551 (CodeExpander.cpp CMake issue)
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: unittests/CMakeLists.txt | 3 +- unittests/TableGen/CMakeLists.txt | 11 -- unittests/TableGen/CodeExpanderTest.cpp | 203 ----------------------------- utils/TableGen/CMakeLists.txt | 3 - utils/TableGen/GICombinerEmitter.cpp | 5 - utils/TableGen/GlobalISel/CMakeLists.txt | 7 - utils/TableGen/GlobalISel/CodeExpander.cpp | 93 ------------- utils/TableGen/GlobalISel/CodeExpander.h | 55 -------- utils/TableGen/GlobalISel/CodeExpansions.h | 43 ------ 9 files changed, 1 insertion(+), 422 deletions(-) delete mode 100644 unittests/TableGen/CMakeLists.txt delete mode 100644 unittests/TableGen/CodeExpanderTest.cpp delete mode 100644 utils/TableGen/GlobalISel/CMakeLists.txt delete mode 100644 utils/TableGen/GlobalISel/CodeExpander.cpp delete mode 100644 utils/TableGen/GlobalISel/CodeExpander.h delete mode 100644 utils/TableGen/GlobalISel/CodeExpansions.h