[PATCH] D61405: [PGO][CHR] A bug fix.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 15:00:28 PDT 2019
davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/Transforms/Instrumentation/ControlHeightReduction.cpp:1444
return;
if (HoistedSet.count(I))
// Already hoisted, return.
----------------
why is this check not kicking in?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61405/new/
https://reviews.llvm.org/D61405
More information about the llvm-commits
mailing list