Overview
Upstream handling for the __builtin_prefetch function, including implemetation and lowering of the cir.prefetch
operation.
Suggested minimal test case
void foo(void *a) {
__builtin_prefetch(a, 1, 1);
}
Existing incubator tests
clang/test/CIR/CodeGen/builtin-prefetch.c