[Mlir-commits] [clang] [llvm] [mlir] [NVPTX] Convert scalar function nvvm.annotations to attributes (PR #125908)
Artem Belevich
llvmlistbot at llvm.org
Wed Feb 5 11:14:48 PST 2025
================
@@ -179,6 +179,13 @@ static bool argHasNVVMAnnotation(const Value &Val,
return false;
}
+static std::optional<unsigned> getFnAttrParsedIntOrNull(const Function &F,
----------------
Artem-B wrote:
Nit: `OrNull` is kind of implied by return type being optional.
https://github.com/llvm/llvm-project/pull/125908
More information about the Mlir-commits
mailing list