[Openmp-commits] [PATCH] D109998: [OpenMP] Simplify all stores in the device code
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 17 12:57:28 PDT 2021
jdoerfert created this revision.
jdoerfert added reviewers: jhuber6, ggeorgakoudis, tianshilei1992.
Herald added subscribers: ormris, uenoku, guansong, bollu, hiraditya, yaxunl.
Herald added a reviewer: uenoku.
jdoerfert requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.
Similar to loads, we want to be aggressive when it comes to store
simplification. Not everything in LLVM handles dead stores well when
address space casts are involved, we can simply ask the Attributor to do
it for us though.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109998
Files:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/custom_state_machines.ll
llvm/test/Transforms/OpenMP/spmdization.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109998.373315.patch
Type: text/x-patch
Size: 43731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210917/07612ba8/attachment-0001.bin>
More information about the Openmp-commits
mailing list