summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/AliasSetTrackerTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the ↵Xin Tong2017-06-251-0/+87
unknown instructions in the alias set and the instruction interested in. Summary: Make sure we are comparing the unknown instructions in the alias set and the instruction interested in. I believe this is clearly a bug (missed opportunity). I can also add some test cases if desired. Reviewers: hfinkel, davide, dberlin Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D34597 llvm-svn: 306241
OpenPOWER on IntegriCloud