[all-commits] [llvm/llvm-project] a42f58: [LICM][NFC] Unify arithmetic statistics collection

Max Kazantsev via All-commits all-commits at lists.llvm.org
Tue Apr 11 03:20:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a42f589197f2ba95a8dbc3eb5c31f7bb721f8884
      https://github.com/llvm/llvm-project/commit/a42f589197f2ba95a8dbc3eb5c31f7bb721f8884
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp

  Log Message:
  -----------
  [LICM][NFC] Unify arithmetic statistics collection

Avoid divergence b/w different kinds of hoisting with reassociation.
Make them all collect general stat NumHoisted and also specific stats
for each particular transform.




More information about the All-commits mailing list