iree icon indicating copy to clipboard operation
iree copied to clipboard

Tracking issue for SSA use-def violation issue with tile and fuse consumer

Open AaronStGeorge opened this issue 6 months ago • 1 comments

For a description of the issue at hand see this PR: https://github.com/iree-org/iree/pull/20430. This issue tracks a fix for the underlying issue requiring a workaround that necessitated the workaround. The fix will likely need to be in upstream LLVM.

AaronStGeorge avatar Jun 12 '25 22:06 AaronStGeorge

This came up because it would be nice to create a generic tileProducersAndFuseConsumers method upstream, but it would probably be good to fix this workaround first: https://github.com/iree-org/iree/pull/21009#issuecomment-2964315189

AaronStGeorge avatar Jun 12 '25 22:06 AaronStGeorge

addressed here: https://github.com/llvm/llvm-project/pull/145193

AaronStGeorge avatar Jun 23 '25 19:06 AaronStGeorge

I think it is better to close the issue when we truly address it in IREE. E.g., remove the war flags from the codebase.

hanhanW avatar Jun 24 '25 18:06 hanhanW