[PATCH] D141700: AMDGPU: Move enqueued block handling into clang

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 15 12:31:43 PST 2023


Anastasia added inline comments.


================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12440
+/// AMDHSAKernelDescriptor.h)
+static llvm::StructType *getKernelDescriptorType(llvm::LLVMContext &C) {
+  llvm::Type *Int8 = llvm::IntegerType::getInt8Ty(C);
----------------
Is this AMDGPU target specific? If so perhaps it's better to reflect this in the name.


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

https://reviews.llvm.org/D141700



More information about the cfe-commits mailing list