This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Permit more rsq formation in AMDGPUCodeGenPrepare
ClosedPublic

Authored by arsenm on Aug 16 2023, 3:58 PM.

Details

Reviewers
rampitec
foad
Group Reviewers
Restricted Project
Summary

We were basing the defer the fast case to codegen based on the fdiv
itself, and not looking for a foldable sqrt input.

Diff Detail