[PATCH] D102358: [NFC] MemoryDependenceAnalysis cleanup.

Daniil Fukalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 12:49:36 PDT 2021


dfukalov created this revision.
dfukalov added a reviewer: RKSimon.
Herald added subscribers: bmahjour, hiraditya.
dfukalov requested review of this revision.
Herald added a project: LLVM.

1. Removed redundant includes,
2. Removed never defined and used `releaseMemory()`.
3. Fixed member functions names first letter case.
4. Renamed duplicate (in nested struct `NonLocalPointerInfo`) name `NonLocalDeps` to `NonLocalDepsMap`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102358

Files:
  llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102358.344922.patch
Type: text/x-patch
Size: 8015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/b702f860/attachment-0001.bin>


More information about the llvm-commits mailing list