stablehlo.concatenate
: error: operand #4 does not dominate this use
#19570
Labels
bug 🐞
Something isn't working
What happened?
When compiling a random number generator to StableHLO and then executing it using IREE, IREE is complaining about an operand
#4
to "stablehlo.concatenate" not dominating its uses. I managed to reduce it to a simple program where it is obvious that the error message is wrong.I am also not sure what operand
#4
is referring to as there is no fourth operand.Steps to reproduce your issue
bug.mlir (simplest case I could reduce it to):
Running
iree-compile bug.mlir
results in the following error message:What component(s) does this issue relate to?
No response
Version information
Version 3.0.0 of
iree-compiler-base
from pypiAdditional context
No response
The text was updated successfully, but these errors were encountered: