This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Infer nofpexcept flag during selection for non-strict ops
ClosedPublic

Authored by arsenm on Jun 1 2020, 6:16 AM.

Details

Summary

Match SelectionDAG's behavior of adding nofpexcept to out instructions
that may raise fp exceptions that are selected from instructions that
do not.

Diff Detail

Event Timeline

arsenm created this revision.Jun 1 2020, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2020, 6:16 AM
paquette accepted this revision.Jun 5 2020, 9:34 AM

LGTM

This revision is now accepted and ready to land.Jun 5 2020, 9:34 AM