@@ -4566,9 +4566,11 @@ class ShuffleVectorExpr : public Expr {
void setExprs(const ASTContext &C, ArrayRef Exprs);
- llvm::APSInt getShuffleMaskIdx(const ASTContext &Ctx, unsigned N) const {
+ llvm::APSInt getShuffleMaskIdx(unsigned N) const {
assert((N < NumExprs -
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/139709
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/139709
>From d90661aac34ae311f2d550ca0391e9e5232eb585 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Tue, 13 May 2025 11:59:56 +0200
Subject: [PAT
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/139709
>From d90661aac34ae311f2d550ca0391e9e5232eb585 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Tue, 13 May 2025 11:59:56 +0200
Subject: [PAT
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp,h --
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/139709
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/139709
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-
https://github.com/Sirraide approved this pull request.
LGTM but it looks like some unit tests still need updating.
https://github.com/llvm/llvm-project/pull/139709
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Timm Baeder (tbaederr)
Changes
The passed indices have to be constant integers anyway, which we verify before
creating the ShuffleVectorExpr. Use the value we create there and save the
indices using a ConstantExpr instead. This wa
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
The passed indices have to be constant integers anyway, which we verify before
creating the ShuffleVectorExpr. Use the value we create there and save the
indices using a ConstantExpr instead. This way, we do
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/139709
The passed indices have to be constant integers anyway, which we verify before
creating the ShuffleVectorExpr. Use the value we create there and save the
indices using a ConstantExpr instead. This way, we don'
11 matches
Mail list logo