This is an archive of the discontinued LLVM Phabricator instance.

[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,
especially for the new device runtime.

At the same time we do not compute AAExecutionDomain for non-device code
anymore, there is no point.

Diff Detail

Event Timeline

jdoerfert created this revision.Jul 26 2021, 8:28 PM
jdoerfert requested review of this revision.Jul 26 2021, 8:28 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
jhuber6 accepted this revision.Jul 26 2021, 8:38 PM

LGTM

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
This revision was automatically updated to reflect the committed changes.