[llvm] [VFABI] Create FunctionType for vector functions (PR #75058)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 10:16:36 PST 2023
================
@@ -1477,6 +1480,37 @@ void VFABI::getVectorVariantNames(
}
}
+std::optional<FunctionType *>
----------------
paulwalker-arm wrote:
Can this just be `FunctionType *`? We don't need to distinguish between `std::nullopt` and `nullptr` so I don't think the optional provides any value.
https://github.com/llvm/llvm-project/pull/75058
More information about the llvm-commits
mailing list