[clang] [clang][bytecode] Handle builtin_wmemcmp (PR #120070)

2024-12-16 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/120070 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Handle builtin_wmemcmp (PR #120070)

2024-12-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/120070.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/InterpBuiltin.cpp (+49-22) - (modified) clang/test/AST/ByteCode/builtin-function

[clang] [clang][bytecode] Handle builtin_wmemcmp (PR #120070)

2024-12-16 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/120070 None >From c00d8f36bffc9819bfa294789e801360ed1f434d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 16 Dec 2024 12:12:03 +0100 Subject: [PATCH] [clang][bytecode] Handle builtin_wmemcmp