[all-commits] [llvm/llvm-project] d40dcb: [LICM] Collect more scalar promotion stats (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Sep 30 07:08:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d40dcb0b8d106ac381e71b289f7fd6c3ae159201
      https://github.com/llvm/llvm-project/commit/d40dcb0b8d106ac381e71b289f7fd6c3ae159201
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

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

  Log Message:
  -----------
  [LICM] Collect more scalar promotion stats (NFC)

Collect more statistics for scalar promotion. In particular,
keep track of how many promotion candidates there were, and
whether it is a load or a load/store promotion.




More information about the All-commits mailing list