[llvm] [AMDGPU] Remove the AnnotateKernelFeatures pass (PR #130198)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 14:25:59 PDT 2025


================
@@ -3319,7 +3319,7 @@ define amdgpu_kernel void @atomic_dec_shl_base_lds_0_i64(ptr addrspace(1) %out,
 }
 
 attributes #0 = { nounwind speculatable willreturn memory(none) }
-attributes #1 = { nounwind }
+attributes #1 = { nounwind "amdgpu-no-flat-scratch-init"}
----------------
jwanggit86 wrote:

Done.

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


More information about the llvm-commits mailing list