[LICM/AST] Check if the AliasAny set is removed from the tracker.
authorAlina Sbirlea <asbirlea@google.com>
Thu, 12 Sep 2019 18:09:47 +0000 (18:09 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Thu, 12 Sep 2019 18:09:47 +0000 (18:09 +0000)
commit18f5204db4a9d5df3cb89833de4805a78f5034ee
tree38c6ce889dcf286f7a464dd3e78d4721043463e7
parent57a014d31fb2e731867623d355e98801596814f8
[LICM/AST] Check if the AliasAny set is removed from the tracker.

Summary:
Resolves PR38513.
Credit to @bjope for debugging this.

Reviewers: hfinkel, uabelho, bjope

Subscribers: sanjoy.google, bjope, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67417

llvm-svn: 371752
llvm/lib/Analysis/AliasSetTracker.cpp
llvm/test/Transforms/LICM/pr38513.ll [new file with mode: 0644]