[all-commits] [llvm/llvm-project] b57e63: libclc: Stop using asm declarations for r600 on am...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Feb 25 03:23:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b57e63b07a7b70ebfb5f794648e2102b7c1bd3a3
      https://github.com/llvm/llvm-project/commit/b57e63b07a7b70ebfb5f794648e2102b7c1bd3a3
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M libclc/amdgcn/lib/workitem/get_global_size.cl

  Log Message:
  -----------
  libclc: Stop using asm declarations for r600 on amdgcn for get_global_size (#128692)

Comparing the case where each dimension is used alone, the only codegen
difference is a missed addressing mode fold for the constant offset in the old
version due to an ancient bug.



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