[all-commits] [llvm/llvm-project] 635f9e: [AMDGPU][gfx12] Clean-up implementation of waits b...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Mon Jul 28 05:57:17 PDT 2025


  Branch: refs/heads/users/pierre-vh/cleanup-wait-before-scope-sys-store
  Home:   https://github.com/llvm/llvm-project
  Commit: 635f9e6599d7eef032eaf282309a078673e3c8ed
      https://github.com/llvm/llvm-project/commit/635f9e6599d7eef032eaf282309a078673e3c8ed
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-local-volatile.ll

  Log Message:
  -----------
  [AMDGPU][gfx12] Clean-up implementation of waits before SCOPE_SYS stores

We can do it all in finalizeStore if we ensure it always sees the stores.
For that, I needed to fix a hidden bug where finalizeStore wouldn't see all stores
because sometimes the iterator got out-of-sync and didn't point to the store anymore.

This also removes the waits before volatile LDS stores which never needed it, that was a bug until now.


  Commit: db04f102f532da3eee5fef015ceb7e49f268b1fb
      https://github.com/llvm/llvm-project/commit/db04f102f532da3eee5fef015ceb7e49f268b1fb
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/mad-mix-hi-bf16.ll

  Log Message:
  -----------
  fix test


Compare: https://github.com/llvm/llvm-project/compare/15c6915988b4...db04f102f532

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