This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP][NVPTX]Save registers for optimized builds with enabled logging.
ClosedPublic

Authored by ABataev on Dec 7 2018, 7:12 AM.

Details

Summary

Introduced special noinline function log that allows to save some
registers for optimized builds but with enabled logging. Also, it
increases the stability of the optimized builds with inlined runtime.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Dec 7 2018, 7:12 AM
This revision is now accepted and ready to land.Dec 7 2018, 7:40 AM
This revision was automatically updated to reflect the committed changes.