================ @@ -126,6 +126,81 @@ bool CIRGenFunction::getAArch64SVEProcessedOperands( return true; } +// Reinterpret the input predicate so that it can be used to correctly isolate +// the elements of the specified datatype. +mlir::Value CIRGenFunction::emitSVEpredicateCast(mlir::Value *pred, ---------------- banach-space wrote:
Good catch, thank you! https://github.com/llvm/llvm-project/pull/175976 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
