This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Use declarative asm format for fastmath flags
ClosedPublic

Authored by rkayaith on Oct 31 2022, 9:58 AM.

Details

Summary

Switch to using an optional group in the assembly format instead of a
custom directive. There's no change to the actual printed format.

Diff Detail

Event Timeline

rkayaith created this revision.Oct 31 2022, 9:58 AM
rkayaith requested review of this revision.Oct 31 2022, 9:58 AM
vzakhari accepted this revision.Nov 2 2022, 9:28 AM

Thank you for the clean-up!

This revision is now accepted and ready to land.Nov 2 2022, 9:28 AM