[PATCH] D80643: [CodeMoverUtils] Move OrderedInstructions to CodeMoverUtils
rithik sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 06:00:28 PDT 2020
RithikSharma updated this revision to Diff 269510.
RithikSharma added a comment.
This update removes `localDominates` which is not required, only one `OrderedInstructions` is required which is `domTreeLevelBefore` which is now a part of `CodeMoverUtils.cpp`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80643/new/
https://reviews.llvm.org/D80643
Files:
llvm/include/llvm/Analysis/OrderedInstructions.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/OrderedInstructions.cpp
llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
llvm/unittests/Analysis/CMakeLists.txt
llvm/unittests/Analysis/OrderedInstructionsTest.cpp
llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80643.269510.patch
Type: text/x-patch
Size: 11089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/2c6e2354/attachment.bin>
More information about the llvm-commits
mailing list