This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix broken denormal constant folding of canonicalize
ClosedPublic

Authored by arsenm on Jul 17 2023, 5:36 AM.

Details

Reviewers
rampitec
foad
Pierre-vh
Group Reviewers
Restricted Project
Summary

This needs to consider the dynamic denormal mode. It should be
possible to implement a runtime DAZ check with a canonicalize.

Diff Detail

Event Timeline

arsenm created this revision.Jul 17 2023, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 5:36 AM
arsenm requested review of this revision.Jul 17 2023, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 5:36 AM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision as: foad.Jul 17 2023, 8:10 AM
This revision is now accepted and ready to land.Jul 17 2023, 8:10 AM