This is an archive of the discontinued LLVM Phabricator instance.

[clang/test/CodeGen] Add test coverage for VarBypassDetector handling init statements and condition variables in switch clauses
ClosedPublic

Authored by dwang on Jun 7 2023, 5:13 PM.

Diff Detail

Event Timeline

dwang created this revision.Jun 7 2023, 5:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 5:13 PM
dwang requested review of this revision.Jun 7 2023, 5:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 5:13 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dwang edited the summary of this revision. (Show Details)Jun 7 2023, 5:20 PM
dwang added a reviewer: vitalybuka.
vitalybuka accepted this revision.Jun 7 2023, 6:15 PM
This revision is now accepted and ready to land.Jun 7 2023, 6:15 PM
dwang added a comment.Jun 9 2023, 10:48 AM

@vitalybuka Thanks for the quick review!

I need help landing this since I do not have commit permission.