[PATCH] D58231: [LICM] Support of widenable condition guards in LICM

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 03:41:09 PST 2019


fedor.sergeev added a comment.

LGTM, but I would like to have somebody else to take a look at this as well...



================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:87
 STATISTIC(NumPromoted, "Number of memory locations promoted to registers");
+STATISTIC(NumHoistedBranches, "Number of hoisted branches");
 
----------------
Since these are very special branches, can you word it as "Number of widenable branches hoisted", pls?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58231/new/

https://reviews.llvm.org/D58231





More information about the llvm-commits mailing list