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

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 18:43:15 PDT 2018


hfinkel added a comment.

Some of these changes are required for correctness, right? For those, please specifically add a comment near those explaining why.



================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:580
                                     unsigned Depth = 0);
+
 } // end namespace llvm
----------------
Extra whitespace change?


Repository:
  rL LLVM

https://reviews.llvm.org/D47088





More information about the llvm-commits mailing list