This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix converting function pointers to bool
ClosedPublic

Authored by tbaeder on Aug 1 2023, 5:58 AM.

Details

Summary

Emit the proper PT_FnPtr instructions if we're handling function pointers here.

Diff Detail

Event Timeline

tbaeder created this revision.Aug 1 2023, 5:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 5:58 AM
tbaeder requested review of this revision.Aug 1 2023, 5:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 5:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder updated this revision to Diff 546015.Aug 1 2023, 6:02 AM
This revision is now accepted and ready to land.Aug 1 2023, 6:17 AM
This revision was landed with ongoing or failed builds.Aug 1 2023, 6:37 AM
This revision was automatically updated to reflect the committed changes.