Files
clang-p2996/mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
Shivam Gupta ded3644a3f [MLIR][NFC] Fix a checked after used case in ReshapeOpsUtils.cpp
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.

Reviewed By: zero9178

Differential Revision: https://reviews.llvm.org/D142312
2023-01-26 22:51:51 +05:30

18 KiB