This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Fold on extension of FP constants using arith.extf
ClosedPublic

Authored by victor-eds on Feb 17 2023, 2:20 AM.

Details

Summary

It is safe to fold when extending, as we will not lose precision.

Diff Detail

Event Timeline

victor-eds created this revision.Feb 17 2023, 2:20 AM
victor-eds requested review of this revision.Feb 17 2023, 2:20 AM
Mogball accepted this revision.Feb 21 2023, 11:58 AM
This revision is now accepted and ready to land.Feb 21 2023, 11:58 AM