This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbd1e17a339 [WebAssembly] Fix parseImmediate's memory alignment requirement new 9a22bfd50bf [CodeExtractor] Update function's assumption cache after ex [...]
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: include/llvm/Analysis/AssumptionCache.h | 8 +++++ include/llvm/Transforms/Utils/CodeExtractor.h | 4 +++ lib/Analysis/AssumptionCache.cpp | 28 +++++++++++++-- lib/Transforms/IPO/HotColdSplitting.cpp | 33 +++++++++++------- lib/Transforms/IPO/LoopExtractor.cpp | 7 +++- lib/Transforms/IPO/PartialInlining.cpp | 46 ++++++++++++++++++------- lib/Transforms/Utils/CodeExtractor.cpp | 22 +++++++++--- test/Transforms/CodeExtractor/extract-assume.ll | 29 ++++++++++++++++ 8 files changed, 144 insertions(+), 33 deletions(-) create mode 100644 test/Transforms/CodeExtractor/extract-assume.ll