================
@@ -158,6 +163,33 @@ computeFullLaneShuffleMask(CIRGenFunction &cgf, const
mlir::Value vec,
outIndices.resize(numElts);
}
+
+static mlir::Value emitPrefetch(CIRGenFunction &cgf, unsigned builtinID,
----------------
andykaylor wrote:
```suggestion
static void emitPrefetch(CIRGenFunction &cgf, unsigned builtinID,
```
Given that this always returns `{}` it seems better for it to just be void.
https://github.com/llvm/llvm-project/pull/168051
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits