[llvm] MCExpr-ify amd_kernel_code_t (PR #91587)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 07:23:48 PDT 2024


================
@@ -20,6 +21,7 @@ add_llvm_component_library(LLVMAMDGPUDesc
   CodeGenTypes
   Core
   MC
+  MCParser
----------------
arsenm wrote:

I don't see why they would need to be here. The actual definition can be separate from the parsing

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


More information about the llvm-commits mailing list