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

Janek van Oirschot via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 12:03:27 PST 2024


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

As far as I can tell, the code I changed in this patch are the only users of this struct but I can do whatever's preferred: a MCExpr-ified copy to exist in the AMDGPU directory or modify this struct to only contain the necessities.

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


More information about the llvm-commits mailing list