[Mlir-commits] [mlir] [mlir][spirv] Fix SSA Handling in SPIRV -> MLIR Translation (PR #123371)

Igor Wodiany llvmlistbot at llvm.org
Fri Jan 24 09:48:58 PST 2025


IgWod-IMG wrote:

I also faced the same problem and developed an alternative fix for it. I haven't submitted it yet, but you can see it here: https://github.com/imaginationtech/llvm-project/tree/img_split-cond-bb The idea is to basically split basic blocks that end with a conditional branch, so the rest of the block is not being sank. I've been still thinking what's the best and correct approach, so I wasn't sharing it yet, but since you opened your PR I thought I may share my solution. If you think that's something worth discussing, we could create a Discourse thread on that.

https://github.com/llvm/llvm-project/pull/123371


More information about the Mlir-commits mailing list