[MooreToCore] Crash when getting values to observe
Open
@terapines-osc-circt is already working on this.
Since Feb 7, 2025.
Moore
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 524
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
The following crashes due to an unattached region when calling `getValuesToObserve`.
```mlir
moore.module @crash(in %in0: !moore.i32, in %in1: !moore.i32) {
%var = moore.variable :
moore.procedure always_comb {
%0 = moore.pows %in0, %in1 : !moore.i32
moore.blocking_assign %var, %0 : !moore.i32
moore.return
}
}
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.