[PATCH] D65377: [FunctionAttrs] Annotate intrinsics with nosync
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 23:09:40 PDT 2019
jdoerfert added inline comments.
================
Comment at: llvm/test/Analysis/BasicAA/cs-cs.ll:368
+; CHECK: NoModRef: Ptr: i8* %p <-> call void @a_readonly_func(i8* %p) #7 [ "unknown"() ]
+; CHECK: NoModRef: Ptr: i8* %q <-> call void @a_readonly_func(i8* %p) #7 [ "unknown"() ]
+; CHECK: NoModRef: Ptr: i8* %p <-> call void @an_inaccessiblememonly_func() #8 [ "unknown"() ]
----------------
sstefan1 wrote:
> jdoerfert wrote:
> > Why is this change happening?
> I am not really sure, that was the output and I haven't touched anything there.
Rebase, make sure the src is clean, if it still is different, then there seems to be a problem somewhere (the function above doesn't feature intrinsics)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65377/new/
https://reviews.llvm.org/D65377
More information about the llvm-commits
mailing list