[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
Mon May 25 10:10:30 PDT 2020


RithikSharma updated this revision to Diff 266044.
RithikSharma added a reviewer: fhahn.
RithikSharma added a comment.

Added function description to bfsLevelBefore and made some optimization changes in the dominance checks.


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.266044.patch
Type: text/x-patch
Size: 5056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200525/42e65ab7/attachment-0001.bin>


More information about the llvm-commits mailing list