================
@@ -27,6 +27,20 @@ CIRGenFunction::emitRISCVBuiltinExpr(unsigned builtinID,
const CallExpr *e) {
getContext().BuiltinInfo.getName(builtinID));
return mlir::Value{};
}
+
+ StringRef intrinsicName;
+ mlir::Type intrinisicType;
----------------
jacquesguan wrote:Changed. https://github.com/llvm/llvm-project/pull/188465 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
