[all-commits] [llvm/llvm-project] 27f9a2: [OpenMP][NFC] Precommit reduced test
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Aug 10 23:16:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27f9a26668ab455a82655f61dcef78d9dba56be4
https://github.com/llvm/llvm-project/commit/27f9a26668ab455a82655f61dcef78d9dba56be4
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
A llvm/test/Transforms/OpenMP/spmdization_kernel_env_dep.ll
Log Message:
-----------
[OpenMP][NFC] Precommit reduced test
Commit: dfc821ae89f11b82013995eda339454ad5104a45
https://github.com/llvm/llvm-project/commit/dfc821ae89f11b82013995eda339454ad5104a45
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
M llvm/test/Transforms/OpenMP/spmdization_kernel_env_dep.ll
Log Message:
-----------
[OpenMPOpt][FIX] Ensure a dependence for KernelEnvC queries
When other AAs query the current value of KernelEnvC via the callback
KernelConfigurationSimplifyCB we need to ensure they are now dependent
on the AAKernelInfo that is in charge of the KernelEnvC.
Compare: https://github.com/llvm/llvm-project/compare/64e86d8a7eea...dfc821ae89f1
More information about the All-commits
mailing list