[all-commits] [llvm/llvm-project] 8cae9d: [AMDGPU] Clear load addresses between functions (#...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Thu Aug 8 12:26:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cae9dcd4a45ac78b22c05eff96b0fee3e1c5e55
      https://github.com/llvm/llvm-project/commit/8cae9dcd4a45ac78b22c05eff96b0fee3e1c5e55
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    A llvm/test/CodeGen/AMDGPU/waitcnt-multiple-funcs.mir

  Log Message:
  -----------
  [AMDGPU] Clear load addresses between functions (#102515)

SLoadAddresses previously held data across different functions and used
these for dominance queries of blocks in different functions. This is
not intended; clear the state at the end of the pass.



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