The bytecode reader currently assumes all regions can be lazy
loaded, which breaks reading any non-isolated region. This patch
fixes that by properly handling nested non-lazy regions, and only
considers isolated regions as lazy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo