This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Update fdiv lowering for denormal/ulp interaction
ClosedPublic

Authored by arsenm on Jan 5 2021, 7:12 PM.

Details

Summary

Change the GlobalISel fast fdiv handling to match
2531535984ad989ce88aeee23cb92a827da6686e

Diff Detail

Event Timeline

arsenm created this revision.Jan 5 2021, 7:12 PM
arsenm requested review of this revision.Jan 5 2021, 7:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 5 2021, 7:12 PM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Jan 6 2021, 2:40 AM

Looks good but "to match 884acbb9e167d5668e43581630239d688edec8ad" might be more accurate since that was where the current definition of AllowInaccurateRcp was introduced.

This revision is now accepted and ready to land.Jan 6 2021, 2:40 AM