[clang] [clang][bytecode] Unify elementwise integer builtins using callback pattern (PR #169957)

2025-11-29 Thread Islam Imad via cfe-commits
Islam-Imad wrote: Hi @RKSimon , I hope you're doing well. I noticed the buildbot reported some failures after my PR was merged. Could you help me understand how these are related to my changes? Thank you for your time! https://github.com/llvm/llvm-project/pull/169957

[clang] [clang][bytecode] Unify elementwise integer builtins using callback pattern (PR #169957)

2025-11-29 Thread Islam Imad via cfe-commits
https://github.com/Islam-Imad updated https://github.com/llvm/llvm-project/pull/169957 >From a9630d7ab31a6312b6940e22b0097b0e544e2512 Mon Sep 17 00:00:00 2001 From: Islam-Imad Date: Fri, 28 Nov 2025 22:22:44 +0200 Subject: [PATCH] [clang][bytecode] Unify elementwise integer builtins using call

[clang] [clang][bytecode] Unify elementwise integer builtins using callback pattern (PR #169957)

2025-11-28 Thread Islam Imad via cfe-commits
https://github.com/Islam-Imad created https://github.com/llvm/llvm-project/pull/169957 This patch refactors the handling of elementwise integer unary operations to use a unified callback-based approach, eliminating code duplication. Changes: - Extended interp__builtin_elementwise_int_unaryop t

[clang] [clang][bytecode] Unify elementwise integer builtins using callback pattern (PR #169957)

2025-11-28 Thread Islam Imad via cfe-commits
https://github.com/Islam-Imad updated https://github.com/llvm/llvm-project/pull/169957 >From a9630d7ab31a6312b6940e22b0097b0e544e2512 Mon Sep 17 00:00:00 2001 From: Islam-Imad Date: Fri, 28 Nov 2025 22:22:44 +0200 Subject: [PATCH] [clang][bytecode] Unify elementwise integer builtins using call