This is an archive of the discontinued LLVM Phabricator instance.

test: Don't depend on behavior of switch lower in one test. NFC
ClosedPublic

Authored by ruiling on Apr 12 2022, 6:43 AM.

Details

Summary

This is a preliminary change to update the test so that it does not
depend on how switch-case will be lowered. The following change will
lower switch-case more optimally that will make the test no longer
valid.

Diff Detail

Event Timeline

ruiling created this revision.Apr 12 2022, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2022, 6:43 AM
ruiling requested review of this revision.Apr 12 2022, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2022, 6:43 AM
arsenm accepted this revision.Apr 12 2022, 6:44 AM
This revision is now accepted and ready to land.Apr 12 2022, 6:44 AM
This revision was landed with ongoing or failed builds.Apr 13 2022, 10:31 PM
This revision was automatically updated to reflect the committed changes.