This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8de3a54 Revert @llvm.assume with operator bundles (r289755-r289757) new 47d6abc Add files I seem to have dropped in my revert (r290086). new 7e2d9b0 [TableGen] Use 'unsigned' instead of 'bool' in a place where [...] new 5d0801a [X86] When recognizing vector loads or VZEXT_LOAD in selectSc [...]
The 3 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 | 168 ++++++++++++++++++++++++++++++++ lib/Analysis/AssumptionCache.cpp | 140 ++++++++++++++++++++++++++ lib/Target/X86/X86ISelDAGToDAG.cpp | 4 +- test/Analysis/AssumptionCache/basic.ll | 22 +++++ utils/TableGen/CodeGenDAGPatterns.cpp | 2 +- 5 files changed, 333 insertions(+), 3 deletions(-) create mode 100644 include/llvm/Analysis/AssumptionCache.h create mode 100644 lib/Analysis/AssumptionCache.cpp create mode 100644 test/Analysis/AssumptionCache/basic.ll