[PATCH] D78804: [LICM] Precompute memory writers for AST aliasing analysis

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 03:43:20 PDT 2020


mkazantsev marked an inline comment as done.
mkazantsev added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:811
+          eraseInstruction(I, *SafetyInfo, CurAST, LoopMemWrites, MSSAU);
+        }
         Changed = true;
----------------
asbirlea wrote:
> NIt: no braces
Good catch, its a remnant of logging that was there. :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78804/new/

https://reviews.llvm.org/D78804





More information about the llvm-commits mailing list