This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove special case constant folding of divide
ClosedPublic

Authored by arsenm on Aug 14 2023, 7:50 AM.

Details

Reviewers
rampitec
foad
jmmartinez
cdevadas
Pierre-vh
Group Reviewers
Restricted Project
Summary

We should probably just swap this out for the fdiv, but that's what
the implementation is anyway.

Diff Detail

Event Timeline

arsenm created this revision.Aug 14 2023, 7:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 7:50 AM
arsenm requested review of this revision.Aug 14 2023, 7:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 7:50 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Aug 14 2023, 10:56 AM
This revision is now accepted and ready to land.Aug 14 2023, 10:56 AM