[all-commits] [llvm/llvm-project] 7acad6: [AMDGPU][CodeGen] SILowerWWMCopies: Declare used a...

Akshat Oke via All-commits all-commits at lists.llvm.org
Tue Jan 21 02:03:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7acad6893b9b3b43e5e4a8e56404b1b19c07c79f
      https://github.com/llvm/llvm-project/commit/7acad6893b9b3b43e5e4a8e56404b1b19c07c79f
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SILowerWWMCopies.cpp

  Log Message:
  -----------
  [AMDGPU][CodeGen] SILowerWWMCopies: Declare used analyses (#123710)

This prevents legacy PM from mistakenly removing these analyses if
`SILowerWWMCopies` is the last user of them. (it removes dead analyses
after its last use)



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