[PATCH] D19575: [BasicAA] Guard intrinsics don't write to memory
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 18:25:23 PDT 2016
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM w/minor comment.
================
Comment at: test/Analysis/BasicAA/guards.ll:25
@@ +24,3 @@
+ tail call void(i1,...) @llvm.experimental.guard(i1 true) [ "deopt"() ]
+ tail call void @unknown()
+ ret void
----------------
please rename to reflect this is an readonly call.
http://reviews.llvm.org/D19575
More information about the llvm-commits
mailing list