[PATCH] D102452: [Remarks] Add analysis remarks for memset/memcpy/memmove lengths

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 16:27:20 PDT 2021


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/MemoryOpRemark.cpp:31
+  // * volatile / atomic
+  if (auto *SI = dyn_cast<StoreInst>(I)) {
+    inspectStore(*SI);
----------------
Switch over instruction’s opcode?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102452



More information about the llvm-commits mailing list