[PATCH] D80084: [CodeMoverUtils] Use dominator tree level to decide the direction of code motion

rithik sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 10:49:55 PDT 2020


RithikSharma updated this revision to Diff 266267.
RithikSharma marked an inline comment as done.
RithikSharma added a comment.

This update changes bfsLevelBefore to domTreeLevelBefore, the new name adds more details about the function and makes it more descriptive.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80084/new/

https://reviews.llvm.org/D80084

Files:
  llvm/include/llvm/Analysis/OrderedInstructions.h
  llvm/lib/Analysis/OrderedInstructions.cpp
  llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
  llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80084.266267.patch
Type: text/x-patch
Size: 5068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/d4e04272/attachment.bin>


More information about the llvm-commits mailing list