[all-commits] [llvm/llvm-project] d70ab6: [Attributor][NFCI] Filter uninteresting accesses e...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Aug 4 11:37:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d70ab63bc2762ffb4757676f1cd73fd0bdd2bcce
https://github.com/llvm/llvm-project/commit/d70ab63bc2762ffb4757676f1cd73fd0bdd2bcce
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][NFCI] Filter uninteresting accesses early
We can prevent the costly interference check if an access is not
interesting in the first place. Let the user decide via a callback.
Commit: ed161435938378b20c27f62ee17e29a96ca25cac
https://github.com/llvm/llvm-project/commit/ed161435938378b20c27f62ee17e29a96ca25cac
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Debug.h
M openmp/libomptarget/DeviceRTL/src/Debug.cpp
M openmp/libomptarget/test/api/assert.c
Log Message:
-----------
[OpenMP][FIX] Ensure __assert_fail is compatible with the host
Fixes: https://github.com/llvm/llvm-project/issues/64360
Compare: https://github.com/llvm/llvm-project/compare/8cee8183d4c1...ed1614359383
More information about the All-commits
mailing list