This is an archive of the discontinued LLVM Phabricator instance.

[OMPIRBuilder] Remove the support for floating point values for atomic compare operation
ClosedPublic

Authored by tianshilei1992 on Feb 9 2022, 2:57 PM.

Details

Summary

This patch removes the type punning in atomic compare operation for
floating point values because the direct comparison doesn't make too much sense
for floating point values.

Diff Detail