[PATCH] D99926: [GVN] Introduce loop load PRE
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 9 06:51:18 PDT 2021
mkazantsev updated this revision to Diff 336440.
mkazantsev added a comment.
Split code out into different method. Haven't figured out yet how to make it in a separate pass with MemorySSA, but I think having it in GVN won't harm.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99926/new/
https://reviews.llvm.org/D99926
Files:
llvm/include/llvm/Transforms/Scalar/GVN.h
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/test/Transforms/GVN/PRE/lpre-call-wrap.ll
llvm/test/Transforms/GVN/PRE/pre-aliasning-path.ll
llvm/test/Transforms/GVN/PRE/pre-loop-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99926.336440.patch
Type: text/x-patch
Size: 17257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210409/7b870a3f/attachment.bin>
More information about the llvm-commits
mailing list