[all-commits] [llvm/llvm-project] d47cf2: [OpenMPOpt] Allow indirect calls in AAKernelInfoCa...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sun Sep 10 19:02:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d47cf2bff3a7591cf617a05d3c67ec469c9fde94
https://github.com/llvm/llvm-project/commit/d47cf2bff3a7591cf617a05d3c67ec469c9fde94
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-09-10 (Sun, 10 Sep 2023)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
M llvm/test/Transforms/OpenMP/spmdization_indirect.ll
Log Message:
-----------
[OpenMPOpt] Allow indirect calls in AAKernelInfoCallSite (#65836)
The Attributor has gained support for indirect calls but it is opt-in.
This patch makes AAKernelInfoCallSite able to handle multiple potential
callees.
More information about the All-commits
mailing list