[PATCH] D65528: [IR] Value: add replaceUsesWithIf() utility

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:56:23 PDT 2019


asbirlea added inline comments.


================
Comment at: llvm/lib/Analysis/MemorySSAUpdater.cpp:276
+    });
+    // Defs are automatically unoptimized when the user is set to MD below,
+    // because the isOptimized() call will fail to find the same ID.
----------------
Could you move this comment inside the lambda?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65528





More information about the llvm-commits mailing list