[clang] [llvm] [AMDGPU] Apply alignment attr for make.buffer.rsrc (PR #166914)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 20:04:24 PST 2025
================
@@ -5554,6 +5561,18 @@ struct AAAlignCallSiteReturned final
std::min(this->getAssumedAlign(), Alignment).value());
break;
}
+ // FIX ME: Should introduce target specific sub-attributes and letting
----------------
shiltian wrote:
```suggestion
// FIXME: Should introduce target specific sub-attributes and letting
```
https://github.com/llvm/llvm-project/pull/166914
More information about the llvm-commits
mailing list