This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix post-inc/dec operator result
ClosedPublic

Authored by tbaeder on Apr 21 2023, 12:54 AM.

Details

Summary
We pushed the wrong value on the stack, always leaving a 0 behind.

Diff Detail

Event Timeline

tbaeder created this revision.Apr 21 2023, 12:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 12:54 AM
tbaeder requested review of this revision.Apr 21 2023, 12:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 12:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 25 2023, 12:34 PM
This revision was landed with ongoing or failed builds.Apr 26 2023, 12:36 AM
This revision was automatically updated to reflect the committed changes.