This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement procedure IEEE_COPY_SIGN with mlir::math::CopySignOp
ClosedPublic

Authored by vdonaldson on Jul 25 2023, 9:14 AM.

Diff Detail

Event Timeline

vdonaldson created this revision.Jul 25 2023, 9:14 AM
vdonaldson requested review of this revision.Jul 25 2023, 9:14 AM
Renaud-K accepted this revision.Jul 25 2023, 9:18 AM

Looks good. Thank you.

This revision is now accepted and ready to land.Jul 25 2023, 9:18 AM
PeteSteinfeld accepted this revision.Jul 25 2023, 9:45 AM

All builds and tests correctly and looks good.