This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73f20ef [X86][AVX512] Add target shuffle test showing missing PSHUFPD [...] new 587c78e [Constants] don't die processing non-ConstantInt GEP indices [...] new a942d77 [Verifier] Add verification for TBAA metadata new 965b15e [TBAA] Don't generate invalid TBAA when merging nodes
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: lib/Analysis/TypeBasedAliasAnalysis.cpp | 6 +- lib/IR/Constants.cpp | 14 +- lib/IR/Verifier.cpp | 267 ++++++++++++++++++++- test/Analysis/BasicAA/full-store-partial-alias.ll | 2 +- .../Steensgaard/full-store-partial-alias.ll | 2 +- test/Analysis/TypeBasedAliasAnalysis/aliastest.ll | 3 +- test/Analysis/TypeBasedAliasAnalysis/cyclic.ll | 2 +- test/Analysis/TypeBasedAliasAnalysis/dse.ll | 3 +- .../TypeBasedAliasAnalysis/dynamic-indices.ll | 2 +- .../gvn-nonlocal-type-mismatch.ll | 3 +- test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll | 2 +- test/Analysis/TypeBasedAliasAnalysis/licm.ll | 7 +- test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll | 2 +- test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 3 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 3 +- test/CodeGen/AMDGPU/si-lod-bias.ll | 3 +- test/CodeGen/AMDGPU/si-scheduler.ll | 3 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 3 +- test/CodeGen/AMDGPU/split-smrd.ll | 3 +- .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 3 +- test/CodeGen/AMDGPU/wait.ll | 3 +- .../ARM/2011-05-04-MultipleLandingPadSuccs.ll | 2 +- .../AddressSanitizer/X86/bug_11395.ll | 2 +- .../ThreadSanitizer/read_from_global.ll | 2 +- test/Instrumentation/ThreadSanitizer/vptr_read.ll | 2 +- .../Instrumentation/ThreadSanitizer/vptr_update.ll | 2 +- test/Transforms/GVN/PRE/preserve-tbaa.ll | 2 +- test/Transforms/GVN/tbaa.ll | 7 +- .../InstCombine/load-combine-metadata.ll | 3 +- test/Transforms/InstCombine/loadstore-metadata.ll | 48 ++-- test/Transforms/InstCombine/tbaa-store-to-load.ll | 3 +- test/Transforms/InstSimplify/compare.ll | 11 + test/Transforms/JumpThreading/thread-loads.ll | 2 +- .../LICM/2011-04-06-PromoteResultOfPromotion.ll | 2 +- test/Transforms/LoopVectorize/ARM/vector_cast.ll | 2 +- .../SLPVectorizer/X86/crash_scheduling.ll | 2 +- test/Transforms/SimplifyCFG/basictest.ll | 5 +- test/Transforms/Util/store-first-op.ll | 3 +- test/Verifier/tbaa.ll | 109 +++++++++ unittests/Analysis/TBAATest.cpp | 40 ++- 40 files changed, 512 insertions(+), 76 deletions(-) create mode 100644 test/Verifier/tbaa.ll