[clang] [clang][bytecode] Support vector-to-vector bitcasts (PR #118230)

2024-12-01 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building `clang` at step 7 "Add check check-offload". Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/9413 Here is the re

[clang] [clang][bytecode] Support vector-to-vector bitcasts (PR #118230)

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

[clang] [clang][bytecode] Support vector-to-vector bitcasts (PR #118230)

2024-12-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/118230.diff 3 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cpp (+3-3) - (added) clang/test/AST/ByteCode/altivec.c (+19) - (modifi

[clang] [clang][bytecode] Support vector-to-vector bitcasts (PR #118230)

2024-12-01 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/118230 None >From 3bdcf86f356fb6579bebf35ed636b0eae9bf24fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 1 Dec 2024 20:24:05 +0100 Subject: [PATCH] [clang][bytecode] Support vector-to-vector