[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:42:31 PDT 2020
RithikSharma added a comment.
In D80084#2040795 <https://reviews.llvm.org/D80084#2040795>, @fhahn wrote:
> It looks like the only user of OrderedInstructions.h is CodeMoverUtils now. At this point I think it would be good to remove OrderedInstructions and move the new code directly to CodeMoverUtils
It makes sense to me, surely I will move these OrderedInstructions to CodeMoverUtils in the next patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80084/new/
https://reviews.llvm.org/D80084
More information about the llvm-commits
mailing list