[Openmp-commits] [PATCH] D121489: [Attributor] Allow not to default initialize AAs for live internal functions

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 11 13:25:56 PST 2022


jdoerfert created this revision.
jdoerfert added a reviewer: jhuber6.
Herald added subscribers: ormris, okura, kuter, uenoku, bollu.
Herald added a reviewer: uenoku.
Herald added a reviewer: homerdin.
Herald added a project: All.
jdoerfert requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a subscriber: sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.

Outside users of the Attributor, e.g., OpenMP-opt, want to seed AAs
themselves. We should not seed all default AAs one an internal function
becomes live. That said, there should be a callback such that they can
do lazy seeding as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121489

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/test/Transforms/OpenMP/custom_state_machines.ll
  llvm/test/Transforms/OpenMP/gpu_state_machine_function_ptr_replacement.ll
  llvm/test/Transforms/OpenMP/parallel_level_fold.ll
  llvm/test/Transforms/OpenMP/remove_globalization.ll
  llvm/test/Transforms/OpenMP/replace_globalization.ll
  llvm/test/Transforms/OpenMP/spmdization.ll
  llvm/test/Transforms/OpenMP/spmdization_guarding_two_reaching_kernels.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121489.414736.patch
Type: text/x-patch
Size: 285049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220311/6ea28c38/attachment-0001.bin>


More information about the Openmp-commits mailing list