This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Fix a checked after used case in ReshapeOpsUtils.cpp
ClosedPublic

Authored by xgupta on Jan 22 2023, 9:54 AM.

Details

Summary

Found by PVS-Studio - https://pvs-studio.com/en/blog/posts/cpp/1003/, N18.
The value of the 'sourceDim' index is checked after it was used.

Diff Detail

Event Timeline

xgupta created this revision.Jan 22 2023, 9:54 AM
xgupta requested review of this revision.Jan 22 2023, 9:54 AM
zero9178 accepted this revision.Jan 26 2023, 9:20 AM

LGTM Thanks!

This revision is now accepted and ready to land.Jan 26 2023, 9:20 AM