This is an archive of the discontinued LLVM Phabricator instance.

[ComplexDeinterleaving] Propagate fast math flags to symmetric operations.
ClosedPublic

Authored by dmgreen on Mar 20 2023, 1:38 AM.

Details

Summary

This is a simple patch to make sure fast math flags are propagated through to the newly created symmetric operations, which can help with later simplifications.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 20 2023, 1:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 1:38 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
dmgreen requested review of this revision.Mar 20 2023, 1:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 1:38 AM
NickGuy accepted this revision.Mar 28 2023, 2:39 AM
This revision is now accepted and ready to land.Mar 28 2023, 2:39 AM
This revision was landed with ongoing or failed builds.Mar 28 2023, 4:12 AM
This revision was automatically updated to reflect the committed changes.