[Mlir-commits] [mlir] [mlir][tosa] Stop support the custom simplified form of COND_IF (PR #139576)
Luke Hutton
llvmlistbot at llvm.org
Wed May 14 09:57:44 PDT 2025
https://github.com/lhutton1 commented:
Since this simplified form is a more natural way to write if statements, I wonder if `input_list` and `output_list` are empty we can capture them from the provided `then_graph` and `else_graph` regions and compare their equality directly?
https://github.com/llvm/llvm-project/pull/139576
More information about the Mlir-commits
mailing list