[PATCH] D31726: AliasAnalysis: Be less conservative about volatile than atomic.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 12:03:39 PDT 2017


dberlin added inline comments.


================
Comment at: include/llvm/Analysis/AliasAnalysis.h:534
+  /// was written, not just an ordering constraint.
+  //
   /// An instruction that doesn't read or write memory may be trivially LICM'd
----------------
I already fixed the double->triple slash :)


https://reviews.llvm.org/D31726





More information about the llvm-commits mailing list