================ @@ -158,6 +163,33 @@ computeFullLaneShuffleMask(CIRGenFunction &cgf, const mlir::Value vec, outIndices.resize(numElts); } + +static mlir::Value emitPrefetch(CIRGenFunction &cgf, unsigned builtinID, ---------------- HendrikHuebner wrote:
Updated. Can you take another look? https://github.com/llvm/llvm-project/pull/168051 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
