This is an archive of the discontinued LLVM Phabricator instance.

[libc] move builtin_wrappers out of fputil
ClosedPublic

Authored by michaelrj on Aug 31 2022, 11:22 AM.

Details

Summary

builtin_wrappers contains the wrappers for the clz builtins, which do
not depend on anything in fputil. This patch moves the file out of
FPUtil. The location is updated as appropriate.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 31 2022, 11:22 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 31 2022, 11:22 AM
michaelrj requested review of this revision.Aug 31 2022, 11:22 AM
lntue accepted this revision.Aug 31 2022, 11:51 AM
This revision is now accepted and ready to land.Aug 31 2022, 11:51 AM
michaelrj updated this revision to Diff 457332.Sep 1 2022, 11:13 AM

bazel changes to match fputil split

This revision was landed with ongoing or failed builds.Sep 1 2022, 11:17 AM
This revision was automatically updated to reflect the committed changes.