[PATCH] D22385: [LoopReroll] Reroll loops with unordered atomic memory accesses

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 15:33:23 PDT 2016


majnemer added a subscriber: majnemer.

================
Comment at: lib/Transforms/Scalar/LoopRerollPass.cpp:1316
@@ -1315,2 +1315,3 @@
       // them, and this matching fails. As an exception, we allow the alias
       // set tracker to handle regular (simple) load/store dependencies.
+      if (FutureSideEffects && ((!isUnorderedLoadStore(BaseInst) &&
----------------
(simple) seems out of date.


https://reviews.llvm.org/D22385





More information about the llvm-commits mailing list