This is an archive of the discontinued LLVM Phabricator instance.

[clang][codegen] Add F128 vsnprintf_chk builtin
AbandonedPublic

Authored by tbaeder on May 1 2023, 11:09 PM.

Diff Detail

Event Timeline

tbaeder created this revision.May 1 2023, 11:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:09 PM
tbaeder requested review of this revision.May 1 2023, 11:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder retitled this revision from [clang][codegen] Add F128 svnprintf_chk builtin to [clang][codegen] Add F128 vsnprintf_chk builtin.May 1 2023, 11:28 PM
tuliom requested changes to this revision.May 2 2023, 8:27 AM

@tbaeder Keep in mind that I don't think this will completely fix issue 61913 because there are other 2 functions affected.
Otherwise, I believe this patch is in the right direction.

clang/lib/CodeGen/CGBuiltin.cpp
104

I believe this should be redirected to __vsnprintf_chkieee128.

This revision now requires changes to proceed.May 2 2023, 8:27 AM
tbaeder abandoned this revision.May 23 2023, 8:08 AM