-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MLIR]-test-ir-visitors
triggers Assertion Failure `mayHaveSSADominance(region) && "graph regions are not allowed"'
#128336
Comments
@llvm/issue-subscribers-mlir Author: None (xisang0)
Test on commit: https://github.com/llvm/llvm-project/commit/dca2ed31278c444f839e3e04fde0c21b62451d4a
steps to reproduce:
```
mlir-opt test.mlir -test-ir-visitors
```
test case:
```
module {
func.func @parallel_matrix_mul(%A: tensor<?x?xf32>, %B: tensor<?x?xf32>, %dim: index,%tileSize: index) -> () {
}
mlir-opt: /home/workdir/llvm-project-19/mlir/include/mlir/IR/Iterators.h:56: static auto mlir::ForwardDominanceIterator<true>::makeIterable(Region &) [NoGraphRegions = true]: Assertion `mayHaveSSADominance(region) && "graph regions are not allowed"' failed.
|
Test on commit: dca2ed3
steps to reproduce:
test case:
crash trace:
The text was updated successfully, but these errors were encountered: