When a dialect is loaded with getOrLoadDialect, its constructor may recurse and call getOrLoadDialect on a dependent dialect, which may result in an insertion in the dialect map, invalidating the reference to the (previously null) dialect pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo