[PATCH] D142705: [GVN] Support address translation through select instructions

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 04:54:04 PST 2023


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

Process cases when phi incoming in predecessor block has select
instruction, and this select address is unavailable, but there
are addresses translated from both sides of select instruction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142705

Files:
  llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  llvm/include/llvm/Analysis/PHITransAddr.h
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  llvm/lib/Analysis/PHITransAddr.cpp
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/test/Transforms/GVN/PRE/pre-load-through-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142705.492706.patch
Type: text/x-patch
Size: 18679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/803f3d5b/attachment.bin>


More information about the llvm-commits mailing list