This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Don't remove strictfp
ClosedPublic

Authored by arsenm on Jan 3 2023, 5:17 AM.

Details

Summary

The verifier should fail if constrained intrinsics are used in
functions with strictfp, but that patch hasn't been pushed yet.

Ideally we would be able to analyze the function body to see if any
constrained intrinsics were used, but we seem to be missing a utility
function to check for any constrained ops.

Diff Detail

Event Timeline

arsenm created this revision.Jan 3 2023, 5:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:17 AM
arsenm requested review of this revision.Jan 3 2023, 5:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:17 AM
Herald added a subscriber: wdng. · View Herald Transcript
jdoerfert accepted this revision.Jan 3 2023, 10:27 AM

LG looks reasonable with the TODO.

This revision is now accepted and ready to land.Jan 3 2023, 10:27 AM