This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: InstCombine amdgcn.rcp(amdgcn.sqrt) -> amdgcn.rsq
ClosedPublic

Authored by arsenm on Aug 15 2023, 10:35 AM.

Details

Reviewers
foad
rampitec
Group Reviewers
Restricted Project
Summary

We currently have some wrong combines in the backend that
approximately do this.

Diff Detail

Event Timeline

arsenm created this revision.Aug 15 2023, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 10:35 AM
arsenm requested review of this revision.Aug 15 2023, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 10:35 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Aug 15 2023, 12:21 PM
This revision is now accepted and ready to land.Aug 15 2023, 12:21 PM