[llvm-branch-commits] [clang] [CIR][AArch64] Add lowering for predicated SVE svdup builtins (zeroing) (PR #175976)
Andy Kaylor via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 29 12:54:41 PST 2026
================
@@ -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,
----------------
andykaylor wrote:
Why are you passing this as a pointer?
https://github.com/llvm/llvm-project/pull/175976
More information about the llvm-branch-commits
mailing list