[all-commits] [llvm/llvm-project] 361130: [OpenMP][FIX] Update tests after D157725
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Aug 24 16:28:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3611300a320b02beaa705ee7eb2c5d1c0f846d45
https://github.com/llvm/llvm-project/commit/3611300a320b02beaa705ee7eb2c5d1c0f846d45
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M openmp/libomptarget/test/offloading/info.c
Log Message:
-----------
[OpenMP][FIX] Update tests after D157725
Commit: d2c37fc4f72caca4b82018a73b3d109c0fa191b9
https://github.com/llvm/llvm-project/commit/d2c37fc4f72caca4b82018a73b3d109c0fa191b9
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A openmp/libomptarget/test/offloading/bug64959_compile_only.c
Log Message:
-----------
[Attributor][FIX] Avoid dangling stack references in map
The old code did not account for new queries during an update, which
caused us to leave stack RQIs in the map. We are now explicit about
temporary vs non-temporary RQIs.
Fixes: https://github.com/llvm/llvm-project/issues/64959
Compare: https://github.com/llvm/llvm-project/compare/82f41192e273...d2c37fc4f72c
More information about the All-commits
mailing list