This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Drop broken fast math patterns for fract matching
ClosedPublic

Authored by arsenm on May 9 2023, 8:26 AM.

Details

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

These didn't make much sense and we can match the real
pattern.

Split from D150011

Diff Detail

Event Timeline

arsenm created this revision.May 9 2023, 8:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 8:26 AM
arsenm requested review of this revision.May 9 2023, 8:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 8:26 AM
Herald added a subscriber: wdng. · View Herald Transcript
Pierre-vh accepted this revision as: Pierre-vh.May 10 2023, 12:10 AM

Thanks for splitting it up :)

This revision is now accepted and ready to land.May 10 2023, 12:10 AM
foad added a comment.May 10 2023, 7:33 AM

Are they actually wrong?

Are they actually wrong?

The fast flag is so poorly defined I think you could argue that it's not wrong. I would doubt these were of any real use