[llvm] [AMDGPU] Add pal metadata 3.0 support to callable pal funcs (PR #67104)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 21:50:51 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+
----------------
perlfu wrote:

nit: rewrite this to \returns describe what the value actually means

https://github.com/llvm/llvm-project/pull/67104


More information about the llvm-commits mailing list