This is an archive of the discontinued LLVM Phabricator instance.

Teach the IRBuilder about constrained FPTrunc and FPExt
ClosedPublic

Authored by kpn on Jul 18 2019, 9:57 AM.

Details

Summary

The IRBuilder doesn't know that FPTrunc and FPExt have constrained equivalents. This patch adds the support by building on the strict FP mode now present in the IRBuilder.

Diff Detail

Repository
rL LLVM

Event Timeline

kpn created this revision.Jul 18 2019, 9:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2019, 9:57 AM
This revision is now accepted and ready to land.Jul 18 2019, 10:52 AM
kpn added a comment.Jul 18 2019, 10:59 AM

Thanks for the fast review!

This revision was automatically updated to reflect the committed changes.