https://github.com/chapuni edited
https://github.com/llvm/llvm-project/pull/113113
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/chapuni edited
https://github.com/llvm/llvm-project/pull/113112
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/chapuni edited
https://github.com/llvm/llvm-project/pull/113110
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/chapuni edited
https://github.com/llvm/llvm-project/pull/113111
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/chapuni edited
https://github.com/llvm/llvm-project/pull/113109
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ChuanqiXu9 wrote:
> We've hit only one correctness issue that we don't yet have a reproducer for,
> but it gives this error:
>
> ```shell
> Eigen/.../plugins/CommonCwiseBinaryOps.inc:47:29: error: inline function
> 'Eigen::operator*' is not defined [-Werror,-Wundefined-inline]
> ```
>
> I'll
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: NAKAMURA Takumi (chapuni)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113111.diff
4 Files Affected:
- (modified) clang/lib/CodeGen/CGStmt.cpp (+13-18)
- (modified) clang/lib/CodeGen/CodeGenPGO.cpp (-12)
- (modifi
https://github.com/chapuni created
https://github.com/llvm/llvm-project/pull/113113
None
>From 16e2bb8b73bcde1c2618bb358a905a9f463c1217 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Sun, 20 Oct 2024 16:24:26 +0900
Subject: [PATCH] [Coverage][Single] Enable Branch coverage for `BinLAnd`
https://github.com/chapuni created
https://github.com/llvm/llvm-project/pull/113110
None
>From 744c5b634de08f9214c82d6fcfde7179bc4edfb0 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Sun, 20 Oct 2024 14:46:07 +0900
Subject: [PATCH] [Coverage][Single] Enable Branch coverage for CondOp
--
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: NAKAMURA Takumi (chapuni)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113113.diff
4 Files Affected:
- (modified) clang/lib/CodeGen/CGExprScalar.cpp (+68-15)
- (modified) clang/lib/CodeGen/CGStmt.cpp (-4)
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: NAKAMURA Takumi (chapuni)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113112.diff
3 Files Affected:
- (modified) clang/lib/CodeGen/CGStmt.cpp (+12)
- (modified) clang/lib/CodeGen
https://github.com/chapuni created
https://github.com/llvm/llvm-project/pull/113112
None
>From ec05cc37e1177f06c9a44a1e39dadc9306cc5c68 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Mon, 21 Oct 2024 08:09:31 +0900
Subject: [PATCH] [Coverage][Single] Enable Branch coverage for SwitchStmt
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: NAKAMURA Takumi (chapuni)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113111.diff
4 Files Affected:
- (modified) clang/lib/CodeGen/CGStmt.cpp (+13-18)
- (modified) clang/lib/CodeGen/CodeGenPGO.cpp (-12)
-
https://github.com/chapuni created
https://github.com/llvm/llvm-project/pull/113111
None
>From 3ea6383e2142889550f37389dfaaee81e5ae7d9c Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Sun, 20 Oct 2024 15:15:03 +0900
Subject: [PATCH] [Coverage][Single] Enable Branch coverage for IfStmt
--
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: NAKAMURA Takumi (chapuni)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113110.diff
8 Files Affected:
- (modified) clang/lib/CodeGen/CGExpr.cpp (+3-3)
- (modified) clang/lib/CodeGen/CGExprAgg.cpp (+2-12)
- (modifie
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: NAKAMURA Takumi (chapuni)
Changes
---
Patch is 29.51 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/113109.diff
5 Files Affected:
- (modified) clang/lib/CodeGen/CGStmt.cpp (+25-57)
- (modi
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: NAKAMURA Takumi (chapuni)
Changes
---
Patch is 29.51 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/113109.diff
5 Files Affected:
- (modified) clang/lib/CodeGen/CGStmt.cpp (+25-57)
https://github.com/chapuni created
https://github.com/llvm/llvm-project/pull/113109
None
>From 5d19c77551c6fc585d1b15c4c2a71c3c3f99ef8a Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Fri, 18 Oct 2024 09:33:51 +0900
Subject: [PATCH] [Coverage][Single] Enable Branch coverage for loop state
ivanradanov wrote:
I think there are two main approaches:
### Have alternative intrinsic implementations in their own runtime library
e.g. the version of assignment for the workshare construct will be something
like this
```
workshare_Assign(a, b) {
#pragma omp for
for i from 0 to size
https://github.com/Thirumalai-Shaktivel edited
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Thirumalai-Shaktivel wrote:
Kindly share your thoughts on this idea.
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co
Thirumalai-Shaktivel wrote:
Two issues to fix,
1. Initialize the target with zero
2. Fix Ivan's test failures.
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.o
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Thirumalai Shaktivel (Thirumalai-Shaktivel)
Changes
Continuation from https://github.com/llvm/llvm-project/pull/104748
> From Documentation:
\
Evaluation of transformational array intrinsic functions may be freely
subdivided into any
https://github.com/Thirumalai-Shaktivel created
https://github.com/llvm/llvm-project/pull/113082
Continuation from https://github.com/llvm/llvm-project/pull/104748
> From Documentation:
\
Evaluation of transformational array intrinsic functions may be freely
subdivided into any number of units o
24 matches
Mail list logo