[clang] [CIR] Add X86 prefetch builtins (PR #168051)
Hendrik Hübner via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 17 04:56:51 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list