[PATCH] D48914: [PGOMemOPSize] Preserve the DominatorTree
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 8 01:42:57 PDT 2018
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/Transforms/PGOProfile/memop_clone.ll:1
-; RUN: opt < %s -pgo-memop-opt -S | FileCheck %s
----------------
pgo-memop-opt requires LoopInfo, which requires DomTree, right? So this will test preserving the DT. SGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D48914
More information about the llvm-commits
mailing list