[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: Add missing "else if" branch (PR #101148)
Adrian Kuegel
llvmlistbot at llvm.org
Wed Jul 31 06:14:05 PDT 2024
akuegel wrote:
This was without https://github.com/llvm/llvm-project/pull/101318?, so the case where the test fails. I notice there are now two whiles, one of them being the one we actually want, but somehow in the final IR we will have only the other one.
https://github.com/llvm/llvm-project/pull/101148
More information about the Mlir-commits
mailing list