[Mlir-commits] [mlir] [MLIR][LLVM] Attach kernel metadata representation to `llvm.func` (PR #101314)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 1 03:13:03 PDT 2024
================
@@ -1071,6 +1071,24 @@ def LLVM_UndefAttr : LLVM_Attr<"Undef", "undef">;
/// Folded into from LLVM::PoisonOp.
def LLVM_PoisonAttr : LLVM_Attr<"Poison", "poison">;
+//===----------------------------------------------------------------------===//
+// VecTypeHintAttr
+//===----------------------------------------------------------------------===//
+
+/// Represents "vec_type_hint" values
----------------
FMarno wrote:
This comment probably isn't needed now you have a summary
https://github.com/llvm/llvm-project/pull/101314
More information about the Mlir-commits
mailing list