This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 474c83f GlobalISel: allow CodeGen to fallback on VReg type/class issues. new b73e155 [TBAA] Drop support for "old style" scalar TBAA tags new 42c5a0b Use a default constructor. (NFC) Thanks to David Blaikie for [...]
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: include/llvm/IR/DebugInfoMetadata.h | 4 +- lib/Analysis/TypeBasedAliasAnalysis.cpp | 67 +++++----------------------- lib/IR/Verifier.cpp | 13 ++++++ unittests/Analysis/CMakeLists.txt | 2 +- unittests/Analysis/MixedTBAATest.cpp | 79 --------------------------------- unittests/Analysis/TBAATest.cpp | 63 ++++++++++++++++++++++++++ 6 files changed, 89 insertions(+), 139 deletions(-) delete mode 100644 unittests/Analysis/MixedTBAATest.cpp create mode 100644 unittests/Analysis/TBAATest.cpp