[PATCH] D47088: Fix aliasing of launder.invariant.group

Krzysztof Pszeniczny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 19 05:00:51 PDT 2018


amharc accepted this revision.
amharc added a comment.
This revision is now accepted and ready to land.

Of course, you should wait for an LGTM from someone more competent than me ;)



================
Comment at: llvm/lib/Analysis/CaptureTracking.cpp:255
+      // NOTE: CaptureTracking users should not assume that only functions
+      // marked with nocapture does not capture. This means that places like
+      // GetUnderlyingObject in ValueTracking or DecomposeGEPExpression
----------------
nit: do not capture


Repository:
  rL LLVM

https://reviews.llvm.org/D47088





More information about the llvm-commits mailing list