[llvm] [AMDGPU] Add alignment attr & propagate alignment through make.buffer.rsrc inst (PR #145278)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 23 08:28:03 PDT 2025
================
@@ -1355,6 +1355,12 @@ struct InformationCache {
/// Return the flat address space if the associated target has.
LLVM_ABI std::optional<unsigned> getFlatAddressSpace() const;
+ virtual bool shouldTrackUse(const AbstractAttribute *QueryingAA,
----------------
shiltian wrote:
Why do we need this?
https://github.com/llvm/llvm-project/pull/145278
More information about the llvm-commits
mailing list