[all-commits] [llvm/llvm-project] b5e8de: [BasicAA] Add tests for suboptimal speculation res...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 28 10:16:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b5e8de9c7903d458b098a8af03939384270c1a5e
https://github.com/llvm/llvm-project/commit/b5e8de9c7903d458b098a8af03939384270c1a5e
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-11-28 (Sat, 28 Nov 2020)
Changed paths:
M llvm/test/Analysis/BasicAA/phi-speculation.ll
Log Message:
-----------
[BasicAA] Add tests for suboptimal speculation results (NFC)
While we determine that (phi1, phi2) is noalias, we don't
determine that (gep phi1 + 1, gep phi2 + 1) are also noalias.
More information about the All-commits
mailing list