This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix inlining logic for denormals
ClosedPublic

Authored by arsenm on Apr 23 2020, 12:12 PM.

Details

Reviewers
rampitec
Summary

This was backwards from intended and missing a test. We perhaps should
just ignored the FP mode here, since it shouldn't be legal to mix code
with different default modes in the absence of strictfp.

Diff Detail

Event Timeline

arsenm created this revision.Apr 23 2020, 12:12 PM
This revision is now accepted and ready to land.Apr 23 2020, 12:30 PM