[llvm] [AMDGPU] Add pal metadata 3.0 support to callable pal funcs (PR #67104)
David Stuttard via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 16 04:37:40 PDT 2023
================
@@ -1344,6 +1344,10 @@ bool isIntrinsicSourceOfDivergence(unsigned IntrID);
/// \returns true if the intrinsic is uniform
bool isIntrinsicAlwaysUniform(unsigned IntrID);
+/// Lds size is defined internally in terms of blocks
+/// Lds DW granularity is used to calculate size settings for PAL metadata 3.0+
----------------
dstutt wrote:
Done
https://github.com/llvm/llvm-project/pull/67104
More information about the llvm-commits
mailing list