[PATCH] D142705: [GVN] Support address translation through select instructions
Sergei Kachkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 01:08:59 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5bf6f6392a3: [GVN] Support address translation through select instructions (authored by kachkov98).
Changed prior to commit:
https://reviews.llvm.org/D142705?vs=496424&id=500696#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142705/new/
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
llvm/test/Transforms/GVN/PRE/pre-loop-load-through-select.ll
llvm/test/Transforms/GVN/opaque-ptr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142705.500696.patch
Type: text/x-patch
Size: 44823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230227/ef4a4f7a/attachment.bin>
More information about the llvm-commits
mailing list