[PATCH] D123288: [LoopSink] Require MemorySSA
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 01:07:07 PDT 2022
nikic created this revision.
nikic added reviewers: asbirlea, fhahn.
Herald added subscribers: george.burgess.iv, hiraditya.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This makes MemorySSA in LoopSink required, and removes the AST-based implementation, as well as the related support code in LICM.
https://reviews.llvm.org/D123288
Files:
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/lib/Transforms/Scalar/LoopSink.cpp
llvm/test/Transforms/LICM/loopsink-pr38462.ll
llvm/test/Transforms/LICM/loopsink-pr39570.ll
llvm/test/Transforms/LICM/loopsink-pr39695.ll
llvm/test/Transforms/LICM/loopsink.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123288.421117.patch
Type: text/x-patch
Size: 26392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220407/f9bafd58/attachment.bin>
More information about the llvm-commits
mailing list