This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] remove creation of FP cast function attribute
ClosedPublic

Authored by spatel on Dec 16 2021, 9:14 AM.

Details

Summary

This is the last cleanup step resulting from D115804 .
Now that clang uses intrinsics when we're in the special FP mode, we don't need a function attribute as an indicator to the backend. The LLVM part of the change is in D115885.

Diff Detail

Event Timeline

spatel created this revision.Dec 16 2021, 9:14 AM
spatel requested review of this revision.Dec 16 2021, 9:14 AM
pengfei accepted this revision.Dec 17 2021, 5:44 AM

LGTM.

This revision is now accepted and ready to land.Dec 17 2021, 5:44 AM
This revision was landed with ongoing or failed builds.Dec 19 2021, 8:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 19 2021, 8:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript