[all-commits] [llvm/llvm-project] 782a93: [BasicAA] Add test for incorrect BatchAA result (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Nov 11 10:07:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 782a93cc9abeee9bd90f7be92db4eb3895e15384
https://github.com/llvm/llvm-project/commit/782a93cc9abeee9bd90f7be92db4eb3895e15384
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M llvm/unittests/Analysis/AliasAnalysisTest.cpp
Log Message:
-----------
[BasicAA] Add test for incorrect BatchAA result (NFC)
BatchAA produces an incorrect result, because a result based on
a temporary phi noalias assumption is cached.
More information about the All-commits
mailing list