[Mlir-commits] [mlir] [mlir][spirv] Split conditional basic blocks during deserialization (PR #127639)
Igor Wodiany
llvmlistbot at llvm.org
Thu Feb 20 01:50:35 PST 2025
IgWod-IMG wrote:
I have addressed comments above. Also, I noticed that the loop used `return` instead of `continue`, so I corrected that (it was a leftover from the original code). I also split the final condition into two, as I think that falls under: https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
https://github.com/llvm/llvm-project/pull/127639
More information about the Mlir-commits
mailing list