================
@@ -27,6 +27,20 @@ CIRGenFunction::emitRISCVBuiltinExpr(unsigned builtinID,
const CallExpr *e) {
getContext().BuiltinInfo.getName(builtinID));
return mlir::Value{};
}
+
+ StringRef intrinsicName;
+ mlir::Type intrinisicType;
+ llvm::SmallVector<mlir::Value> ops;
+
+ // `ICEArguments` is a bitmap indicating whether the argument at the i-th bit
----------------
jacquesguan wrote:
Addressed.
https://github.com/llvm/llvm-project/pull/188465
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits