This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix binary comma operators
ClosedPublic

Authored by tbaeder on Jan 15 2023, 12:30 AM.

Details

Summary
We left the result of RHS on the stack in case DiscardResult was true.

Diff Detail

Event Timeline

tbaeder created this revision.Jan 15 2023, 12:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 12:30 AM
tbaeder requested review of this revision.Jan 15 2023, 12:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 12:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder updated this revision to Diff 489334.Jan 15 2023, 12:31 AM
shafik accepted this revision.Jan 17 2023, 8:22 AM

LGTM

This revision is now accepted and ready to land.Jan 17 2023, 8:22 AM
This revision was landed with ongoing or failed builds.Mar 31 2023, 5:55 AM
This revision was automatically updated to reflect the committed changes.