Files
clang-p2996/mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
Guray Ozen 12cc8e7310 [mlir] Fix infinite loop in collapse
Incrementing `counter` variable is inside the if statement. If the code does not enter there, the while loop will iterate infinitely. This revision moves the codes outside of if statement.

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D139005
2022-12-05 12:57:20 +01:00

79 KiB