llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport d8278b6
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/82045.diff
1 Files Affected:
- (modified) libcxx/include/csetjmp (+7-1)
``diff
diff --git a/libcxx/incl
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/81003
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Vitaly Buka
Date: 2024-02-16T15:52:11-08:00
New Revision: ceecdbf4881603844c25919f04fc86789bca69d5
URL:
https://github.com/llvm/llvm-project/commit/ceecdbf4881603844c25919f04fc86789bca69d5
DIFF:
https://github.com/llvm/llvm-project/commit/ceecdbf4881603844c25919f04fc86789bca69d5.diff
L
Author: Aaron Ballman
Date: 2024-02-16T18:52:17-05:00
New Revision: cecfa36eb0bac0e61ba88a96fac5b52a01c46d50
URL:
https://github.com/llvm/llvm-project/commit/cecfa36eb0bac0e61ba88a96fac5b52a01c46d50
DIFF:
https://github.com/llvm/llvm-project/commit/cecfa36eb0bac0e61ba88a96fac5b52a01c46d50.diff
Author: Florian Mayer
Date: 2024-02-16T17:56:43-08:00
New Revision: 4d9591e5a01265aa2af1ed565822acda1c49c97b
URL:
https://github.com/llvm/llvm-project/commit/4d9591e5a01265aa2af1ed565822acda1c49c97b
DIFF:
https://github.com/llvm/llvm-project/commit/4d9591e5a01265aa2af1ed565822acda1c49c97b.diff
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/81509
___
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/agozillon updated
https://github.com/llvm/llvm-project/pull/81509
___
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/agozillon updated
https://github.com/llvm/llvm-project/pull/81510
___
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/agozillon updated
https://github.com/llvm/llvm-project/pull/81511
___
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/agozillon updated
https://github.com/llvm/llvm-project/pull/81510
___
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/agozillon updated
https://github.com/llvm/llvm-project/pull/81511
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
agozillon wrote:
Updated this PR (the commits on the other stacked PRs can be ignored, they're
due to me running a SPR diff on everything, as I made a little mistake during a
rebase).
Change list in the recent commit attempts to address review comments by:
> Remove unnecessary map type flag
@@ -1783,6 +1783,98 @@ void collectMapDataFromMapOperands(MapInfoData &mapData,
}
}
+static int getMapDataMemberIdx(MapInfoData &mapData,
+ mlir::omp::MapInfoOp memberOp) {
+ int memberDataIdx = -1;
+ for (size_t i = 0; i < mapData.MapClause.s
101 - 113 of 113 matches
Mail list logo