[all-commits] [llvm/llvm-project] a6b399: libclc: Stop using asm declarations for r600 on am...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Feb 25 02:52:29 PST 2025
Branch: refs/heads/users/arsenm/libclc/amdgcn-stop-using-r600-asm-intrinsic-declarations-get-global-size
Home: https://github.com/llvm/llvm-project
Commit: a6b39981322eb0d603852e8330776756f740db5b
https://github.com/llvm/llvm-project/commit/a6b39981322eb0d603852e8330776756f740db5b
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
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