[PATCH] D101977: [OpenMP] Create custom state machines for generic target regions
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 22:08:41 PDT 2021
jdoerfert updated this revision to Diff 346631.
jdoerfert marked 3 inline comments as done.
jdoerfert added a comment.
Addressed comments
Also moved logic from the AAKernelInfoFunction::updateImpl to
AAKernelInfoCallSite::initialize as it looks cleaner to fix the
state of runtime calls right away.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101977/new/
https://reviews.llvm.org/D101977
Files:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/custom_state_machines.ll
llvm/test/Transforms/OpenMP/single_threaded_execution.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101977.346631.patch
Type: text/x-patch
Size: 127265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/6d206c1d/attachment-0001.bin>
More information about the llvm-commits
mailing list