This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75d5183 [AVX-512] Add support for selecting 512-bit VPABSB/VPABSW whe [...] new 572aa19 [Orc] Simplify LogicalDylib and move it back inside CompileOn [...]
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: .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 225 ++++++++++++--------- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 6 +- include/llvm/ExecutionEngine/Orc/LogicalDylib.h | 146 ------------- tools/lli/OrcLazyJIT.h | 28 ++- unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 - unittests/ExecutionEngine/Orc/LogicalDylibTest.cpp | 76 ------- 6 files changed, 158 insertions(+), 324 deletions(-) delete mode 100644 include/llvm/ExecutionEngine/Orc/LogicalDylib.h delete mode 100644 unittests/ExecutionEngine/Orc/LogicalDylibTest.cpp