[all-commits] [llvm/llvm-project] a431d6: [AMDGPU] Prohibit load/store merge if scale_offset...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Jul 21 14:24:50 PDT 2025
Branch: refs/heads/users/rampitec/07-21-_amdgpu_prohibit_load_store_merge_if_scale_offset_is_set_on_gfx1250
Home: https://github.com/llvm/llvm-project
Commit: a431d67cdbf4b9dfb88a53c2302453d32a33e749
https://github.com/llvm/llvm-project/commit/a431d67cdbf4b9dfb88a53c2302453d32a33e749
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-07-21 (Mon, 21 Jul 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
A llvm/test/CodeGen/AMDGPU/load-store-opt-scale-offset.mir
Log Message:
-----------
[AMDGPU] Prohibit load/store merge if scale_offset is set on gfx1250
Scaling is done on the operation size, by merging instructions we
would need to generate code to scale the offset and reset the
auto-scale bit. This is unclear if that would be beneficial, just
disable such merge for now.
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