This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Clang] Fix atomic compare for signed vs. unsigned
ClosedPublic

Authored by jdenny on May 29 2022, 4:22 PM.

Details

Summary

Without this patch, arguments to the
llvm::OpenMPIRBuilder::AtomicOpValue initializer are reversed.

Diff Detail

Event Timeline

jdenny created this revision.May 29 2022, 4:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 4:22 PM
jdenny requested review of this revision.May 29 2022, 4:22 PM
This revision is now accepted and ready to land.May 29 2022, 4:26 PM

Thanks for the fix!

This revision was landed with ongoing or failed builds.May 30 2022, 8:03 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the quick review.