[mlir][Linalg] Remove initial value for conditions.
Summary: Although bool and int1 are the same sometimes, using bool constant matches the semantic better. In any cases, we don't have to care the type of conditions if we remove the intial value. The type is determined automatically by the returned type of logical operations. Differential Revision: https://reviews.llvm.org/D76338
Loading
Please register or sign in to comment