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
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
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
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