[all-commits] [llvm/llvm-project] 5a4180: [SROA] Fix NumPromoted statistic for SROA pass (#1...

Afanasyev Ivan via All-commits all-commits at lists.llvm.org
Sat Nov 9 01:09:19 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a41800ea1d9bf382cf1039da6016550ddb072d7
      https://github.com/llvm/llvm-project/commit/5a41800ea1d9bf382cf1039da6016550ddb072d7
  Author: Afanasyev Ivan <ivafanas at gmail.com>
  Date:   2024-11-09 (Sat, 09 Nov 2024)

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

  Log Message:
  -----------
  [SROA] Fix NumPromoted statistic for SROA pass (#115586)

`NumPromoted` stat should not be increased if `SROASkipMem2Reg` is set
and nothing is changed.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list