This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Add FastmathFlagsInterface only once (NFC).
ClosedPublic

Authored by gysit on Feb 23 2023, 11:50 PM.

Details

Summary

Previously, the FastmathFlagsInterface has been added twice to
the LLVM::PowIOp. Once directly and once indirectly using the
requiresFastmath flag. This revision only uses the flag and drops
the redundant interface.

Diff Detail

Event Timeline

gysit created this revision.Feb 23 2023, 11:50 PM
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Feb 23 2023, 11:50 PM
This revision is now accepted and ready to land.Feb 24 2023, 1:31 AM
This revision was automatically updated to reflect the committed changes.