This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] fix switch case for conv-vec to have brackets
ClosedPublic

Authored by raikonenfnu on Sep 14 2022, 12:36 PM.

Details

Summary

Windows build requires brackets on switch-cases that initializes
variables.

Diff Detail

Event Timeline

raikonenfnu created this revision.Sep 14 2022, 12:36 PM
raikonenfnu requested review of this revision.Sep 14 2022, 12:36 PM

This should fix the initialization of '<some variable>' is skipped by 'default' label

hanchung accepted this revision.Sep 14 2022, 1:07 PM
This revision is now accepted and ready to land.Sep 14 2022, 1:07 PM
This revision was automatically updated to reflect the committed changes.