================
@@ -293,9 +295,8 @@ CIRGenFunction::emitAArch64SVEBuiltinExpr(unsigned
builtinID,
}
if (typeFlags.getMergeType() == SVETypeFlags::MergeAnyExp)
- cgm.errorNYI(expr->getSourceRange(),
- std::string("unimplemented AArch64 builtin call: ") +
- getContext().BuiltinInfo.getName(builtinID));
+ ops.insert(ops.begin(),
+ builder.getConstant(loc, cir::UndefAttr::get(ty)));
----------------
andykaylor wrote:
Do we want undef here or poison?
https://github.com/llvm/llvm-project/pull/182542
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits