================
@@ -27,6 +27,20 @@ CIRGenFunction::emitRISCVBuiltinExpr(unsigned builtinID,
const CallExpr *e) {
getContext().BuiltinInfo.getName(builtinID));
return mlir::Value{};
}
+
+ StringRef intrinsicName;
+ mlir::Type intrinisicType;
----------------
lenary wrote:
is this the return value type? We should call it the return type, as intrinsics
are functions and therefore themselves have function type.
https://github.com/llvm/llvm-project/pull/188465
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits