Author: Shawn K Date: 2025-10-30T20:58:25+08:00 New Revision: 5c5cef32607235f9c2b20a308ff5720dbb565c82
URL: https://github.com/llvm/llvm-project/commit/5c5cef32607235f9c2b20a308ff5720dbb565c82 DIFF: https://github.com/llvm/llvm-project/commit/5c5cef32607235f9c2b20a308ff5720dbb565c82.diff LOG: [CIR] Upstream handling for __builtin_prefetch (Typo Fix) (#165209) Not sure if this warrants a PR, but I realized there was a typo in a test filename from my previous PR #164387. Added: clang/test/CIR/CodeGen/builtin_prefetch.c Modified: Removed: clang/test/CIR/CodeGen/builtin_prefetech.c ################################################################################ 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
