This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4a1886529a [x86][AsmParser] Allow some more MS size directives MS allo [...] new 5133f6fc61d [LVI] Move LVILatticeVal class to separate header file (NFC).
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/ValueLattice.h | 250 +++++++++++++++++ lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/LazyValueInfo.cpp | 480 +++++++++----------------------- lib/Analysis/ValueLattice.cpp | 26 ++ unittests/Analysis/CMakeLists.txt | 1 + unittests/Analysis/ValueLatticeTest.cpp | 148 ++++++++++ 6 files changed, 559 insertions(+), 347 deletions(-) create mode 100644 include/llvm/Analysis/ValueLattice.h create mode 100644 lib/Analysis/ValueLattice.cpp create mode 100644 unittests/Analysis/ValueLatticeTest.cpp