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

Igor Wodiany llvmlistbot at llvm.org
Fri Jan 24 07:19:08 PST 2025


IgWod-IMG wrote:

Hey @mishaobu,

Are you trying to solve a problem that arises when some variables are sank into a selection region, but are also used after the selection region, and the structurization fails?

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


More information about the Mlir-commits mailing list