[PATCH] D80643: [CodeMoverUtils] Move OrderedInstructions to CodeMoverUtils
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 04:21:20 PDT 2020
Whitney added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/CodeMoverUtils.cpp:96
+static bool localDominates(DominatorTree *DT, const Instruction *InstA,
+ const Instruction *InstB) {
----------------
Am I right that function localDominates is now dead? If so, can you remove it as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80643/new/
https://reviews.llvm.org/D80643
More information about the llvm-commits
mailing list