[clang][bytecode] Add simple __builtin_memcpy implementation (#118278)
commit0611fdd32046c41647a7719252166033f7bce2f2
authorTimm Baeder <tbaeder@redhat.com>
Mon, 2 Dec 2024 12:11:22 +0000 (2 13:11 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 12:11:22 +0000 (2 13:11 +0100)
tree54ef69403ea3fa6c9bd59f1e23e783e2488d6e8a
parent4930f69b78e215c60eb53e25596599c2f98b6564
[clang][bytecode] Add simple __builtin_memcpy implementation (#118278)

Not handling all the special- and error cases yet. Just making sure the
bitcast code can be used for this as well.
clang/lib/AST/ByteCode/InterpBuiltin.cpp
clang/test/AST/ByteCode/builtin-functions.cpp