[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for `BinLAnd` and `BinLOr` (PR #113113)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for SwitchStmt (PR #113112)

2024-10-20 Thread NAKAMURA Takumi via 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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for CondOp (PR #113110)

2024-10-20 Thread NAKAMURA Takumi via 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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for IfStmt (PR #113111)

2024-10-20 Thread NAKAMURA Takumi via 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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for loop statements (PR #113109)

2024-10-20 Thread NAKAMURA Takumi via 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

[llvm-branch-commits] [clang] [Serialization] Code cleanups and polish 83233 (PR #83237)

2024-10-20 Thread Chuanqi Xu via 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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for IfStmt (PR #113111)

2024-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for `BinLAnd` and `BinLOr` (PR #113113)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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`

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for CondOp (PR #113110)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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 --

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for `BinLAnd` and `BinLOr` (PR #113113)

2024-10-20 Thread via llvm-branch-commits
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)

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for SwitchStmt (PR #113112)

2024-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for SwitchStmt (PR #113112)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for IfStmt (PR #113111)

2024-10-20 Thread via llvm-branch-commits
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) -

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for IfStmt (PR #113111)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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 --

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for CondOp (PR #113110)

2024-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for loop statements (PR #113109)

2024-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for loop statements (PR #113109)

2024-10-20 Thread via llvm-branch-commits
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)

[llvm-branch-commits] [clang] [Coverage][Single] Enable Branch coverage for loop statements (PR #113109)

2024-10-20 Thread NAKAMURA Takumi via llvm-branch-commits
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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread Ivan R. Ivanov via llvm-branch-commits
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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread Thirumalai Shaktivel via llvm-branch-commits
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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread Thirumalai Shaktivel via 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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread Thirumalai Shaktivel via llvm-branch-commits
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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [flang] [Flang][OMP] Replace SUM intrinsic call with SUM operations (PR #113082)

2024-10-20 Thread Thirumalai Shaktivel via llvm-branch-commits
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