[clang] [CIR] Upstream handling for __builtin_prefetch (Typo FIx) (PR #165209)

Shawn K via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 00:04:41 PDT 2025


https://github.com/kimsh02 created https://github.com/llvm/llvm-project/pull/165209

Not sure if this warrants a PR, but I realized there was a typo in a test filename from my previous PR #164387.

>From a5f2c803f28cb3f32d2eb172d2b18616c74bbb07 Mon Sep 17 00:00:00 2001
From: kimsh02 <kimshawn02 at icloud.com>
Date: Sun, 26 Oct 2025 23:59:47 -0700
Subject: [PATCH] Fix typo

---
 .../test/CIR/CodeGen/{builtin_prefetech.c => builtin_prefetch.c}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename clang/test/CIR/CodeGen/{builtin_prefetech.c => builtin_prefetch.c} (100%)

diff --git a/clang/test/CIR/CodeGen/builtin_prefetech.c b/clang/test/CIR/CodeGen/builtin_prefetch.c
similarity index 100%
rename from clang/test/CIR/CodeGen/builtin_prefetech.c
rename to clang/test/CIR/CodeGen/builtin_prefetch.c



More information about the cfe-commits mailing list