This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix not emitting nofpexcept on fdiv expansion
ClosedPublic

Authored by arsenm on May 28 2020, 6:27 AM.

Details

Reviewers
kerbowa
rampitec
Summary

In this awkward case, we have to emit custom pseudo-constrained FP
wrappers. InstrEmitter concludes that since a mayRaiseFPException
instruction had a chain, it can't add nofpexcept.

Diff Detail

Event Timeline

arsenm created this revision.May 28 2020, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2020, 6:27 AM
rampitec accepted this revision.May 28 2020, 9:56 AM
This revision is now accepted and ready to land.May 28 2020, 9:56 AM
arsenm closed this revision.Jun 1 2020, 11:11 AM

89d48ccabe6a950369b2bd922b1d8e987b856ac7, with test split out to satisfy commit order with D80630