Eliminating loads/stores in the device code is worth the extra effort,
especially for the new device runtime.
At the same time we do not compute AAExecutionDomain for non-device code
anymore, there is no point.
Paths
| Differential D106845
[OpenMP] Try to simplify all loads in device code ClosedPublic Authored by jdoerfert on Jul 26 2021, 8:28 PM.
Details Summary Eliminating loads/stores in the device code is worth the extra effort, At the same time we do not compute AAExecutionDomain for non-device code
Diff Detail
Event TimelineHerald added subscribers: ormris, okura, kuter and 4 others. · View Herald TranscriptJul 26 2021, 8:28 PM This revision is now accepted and ready to land.Jul 26 2021, 8:38 PM This revision was landed with ongoing or failed builds.Jul 26 2021, 11:45 PM Closed by commit rG70b75f62fc61: [OpenMP] Try to simplify all loads in device code (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361917 llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
|