This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Refactor AMDGPUCodeGenPrepare fdiv handling
ClosedPublic

Authored by arsenm on Jul 19 2023, 12:24 PM.

Details

Reviewers
foad
b-sumner
rampitec
Pierre-vh
Group Reviewers
Restricted Project
Summary

NFC-ish. Does trigger some reordering of the fdiv scalarization. Also
skips scalarizing in more cases where nothing was going to happen. We
can still scalarize in some no-op edge cases.

Diff Detail