[all-commits] [llvm/llvm-project] ddd0f0: [BatchAA] Add test for incorrect phi cycle result ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 19 12:04:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ddd0f083184feb489684f87cf28d5eb10e0a244e
https://github.com/llvm/llvm-project/commit/ddd0f083184feb489684f87cf28d5eb10e0a244e
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/unittests/Analysis/AliasAnalysisTest.cpp
Log Message:
-----------
[BatchAA] Add test for incorrect phi cycle result (NFC)
AA computes the correct result for phi/a1 aliasing, while BatchAA
produces an incorrect result depening on which queries have been
performed beforehand.
More information about the All-commits
mailing list