[PATCH] D131276: AMDGPU: Implicit kernel arguments related optimization when uniform-workgroup-size=true

Brian Sumner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 12:43:57 PDT 2022


b-sumner added a comment.

In D131276#3702934 <https://reviews.llvm.org/D131276#3702934>, @arsenm wrote:

> I also think we're still missing a module flag to indicate the code object version

The module flag was implemented quite a while back.   From a recent compile:

!llvm.module.flags = !{!0, !1, !2}
!0 = !{i32 1, !"amdgpu_code_object_version", i32 500}


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131276/new/

https://reviews.llvm.org/D131276



More information about the llvm-commits mailing list