This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a44ab0eda7 [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151) new d1e7e3c8a89 Revert "[ORC] Switch from shared_ptr to unique_ptr for addM [...] new ea8353074c9 [EarlyCSE] Exploit open ended invariant.start scopes
The 2 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: .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 6 +- include/llvm-c/OrcBindings.h | 32 ++- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 10 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 24 +-- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 2 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 7 +- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 22 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 34 +-- lib/Transforms/Scalar/EarlyCSE.cpp | 94 +++++++-- test/Transforms/EarlyCSE/invariant-loads.ll | 9 + test/Transforms/EarlyCSE/invariant.start.ll | 231 +++++++++++++++++++-- tools/lli/OrcLazyJIT.cpp | 10 +- tools/lli/OrcLazyJIT.h | 4 +- .../Orc/ObjectTransformLayerTest.cpp | 3 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 +- 20 files changed, 415 insertions(+), 114 deletions(-)