We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3157b8 commit 4e8b027Copy full SHA for 4e8b027
llvm/test/Analysis/BasicAA/fallback-mayalias.ll
@@ -3,7 +3,7 @@
3
; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
4
; of its little tricks are applicable.
5
6
-; CHECK: MayAlias: float* %arrayidxA, float* %arrayidxB
+; CHECK: NoAlias: float* %arrayidxA, float* %arrayidxB
7
8
define void @fallback_mayalias(ptr noalias nocapture %C, i64 %i, i64 %j) local_unnamed_addr {
9
entry:
0 commit comments