[llvm-branch-commits] [llvm] [AMDGPU][gfx1250] Add `cu-store` subtarget feature (PR #150588)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 25 04:50:58 PDT 2025
================
@@ -6066,6 +6066,12 @@ bool AMDGPUAsmParser::ParseDirectiveAMDHSAKernel() {
ExprVal, ValRange);
if (Val)
ImpliedUserSGPRCount += 1;
+ } else if (ID == ".amdhsa_uses_cu_stores") {
+ if (!isGFX1250())
----------------
arsenm wrote:
If this is supposed to be a software controlled setting, it probably should be a separate attribute
https://github.com/llvm/llvm-project/pull/150588
More information about the llvm-branch-commits
mailing list