[PATCH] D143171: [NFC] PHITransAddr refactoring

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 04:53:46 PST 2023


kachkov98 created this revision.
Herald added subscribers: kmitropoulou, asbirlea, hiraditya.
Herald added a project: All.
kachkov98 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

1. Return translated value directly or nullptr on failure (instead of bool flag)
2. Use standard algorithms


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143171

Files:
  llvm/include/llvm/Analysis/MemorySSA.h
  llvm/include/llvm/Analysis/PHITransAddr.h
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  llvm/lib/Analysis/PHITransAddr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143171.494261.patch
Type: text/x-patch
Size: 5532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/bbb9a506/attachment.bin>


More information about the llvm-commits mailing list