[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)

Christian Ulmann llvmlistbot at llvm.org
Tue Aug 6 06:00:46 PDT 2024


================
@@ -1104,4 +1104,23 @@ def TailCallKindAttr : LLVM_Attr<"TailCallKind", "tailcallkind"> {
   let assemblyFormat = "`<` $tailCallKind `>`";
 }
 
+//===----------------------------------------------------------------------===//
+// WorkgroupAttribAttr
+//===----------------------------------------------------------------------===//
+
+def WorkgroupAttribAttr
----------------
Dinistro wrote:

Is this how that information is named in LLVM? I find "attrib" a very confusing abbreviation in a context where "attributes" are a thing. 

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


More information about the Mlir-commits mailing list