[PATCH] D141619: [GVN] Refactor handling of pointer-select in GVN pass

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 08:48:32 PST 2023


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

This patch introduces new type of memory dependency - Select to
uniformly handle it like Def/Clobber dependency.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141619

Files:
  llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Analysis/MemoryDependenceAnalysis.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: D141619.488675.patch
Type: text/x-patch
Size: 20476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230112/d3c117ad/attachment.bin>


More information about the llvm-commits mailing list