[all-commits] [llvm/llvm-project] 46d218: [clang][bytecode] Implement __builtin_{memchr, strc...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Mar 8 07:52:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46d218d1af5d285a646a1e5d3be6a43940fb4a9d
https://github.com/llvm/llvm-project/commit/46d218d1af5d285a646a1e5d3be6a43940fb4a9d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/test/AST/ByteCode/builtin-functions.cpp
Log Message:
-----------
[clang][bytecode] Implement __builtin_{memchr,strchr,char_memchr} (#130420)
llvm has recently started to use `__builitn_memchr` at compile time, so
implement this. Still needs some work but the basics are done.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list