[llvm] [AMDGPU] MCExpr-ify MC layer kernel descriptor (PR #80855)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 08:28:11 PST 2024


================
@@ -238,18 +242,40 @@ enum : int32_t {
 
 // Kernel descriptor. Must be kept backwards compatible.
 struct kernel_descriptor_t {
----------------
arsenm wrote:

I believe the intent was this struct should exactly match the descriptor struct (otherwise, why have the reserved fields?). Should we have a separate copy for the compiler implementation detail version?

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


More information about the llvm-commits mailing list