This is an archive of the discontinued LLVM Phabricator instance.

[Inliner] Handle 'no-signed-zeros-fp-math' function attribute.
ClosedPublic

Authored by michele.scandale on Jun 11 2020, 10:35 PM.

Details

Summary

All other floating point math optimization related attribute are merged
in a conservative way during function inlining.
This commit adds the merge rule for the 'no-signed-zeros-fp-math'
attribute.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2020, 10:35 PM
michele.scandale edited the summary of this revision. (Show Details)Jun 11 2020, 10:36 PM
This revision is now accepted and ready to land.Jun 17 2020, 12:49 PM

Thanks Akira.

Would you be able to land this change on my behalf?

This revision was automatically updated to reflect the committed changes.