Fully invalidate cached results when a prior query's size or
authorDan Gohman <gohman@apple.com>
Wed, 10 Nov 2010 21:45:11 +0000 (21:45 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 10 Nov 2010 21:45:11 +0000 (21:45 +0000)
commit733c54da1e5432d9d64f88ea960121fa7a16076a
treee893f4490bbfadecde0a9dc6a7652625116cf563
parentbf5be2654ee396710e28d83d2afebd6f22720c52
Fully invalidate cached results when a prior query's size or
type is insufficient for, or incompatible with, the current query.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp
test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll [new file with mode: 0644]