[PATCH] D134907: [LiveRangeEdit] Add a statistic variable for rematerialization

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 14:11:57 PDT 2022


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM with spelling nit



================
Comment at: llvm/lib/CodeGen/LiveRangeEdit.cpp:30
+STATISTIC(NumFracRanges,        "Number of live ranges fractured by DCE");
+STATISTIC(NumReMaterialization, "Number of rematerialization");
 
----------------
s/rematerialization/instructions rematerialized/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134907



More information about the llvm-commits mailing list