Nathaniel
Results
2
comments of
Nathaniel
I also encountered the same problem using android-ndk-r25c (Android (9352603, based on r450784d1) clang version 14.0.7), which can be solved by removing `LowerSwitchPass`. ```diff - analysis.intersect(LowerSwitchPass().run(F, AM)); + // analysis.intersect(LowerSwitchPass().run(F,...
> > I also encountered the same problem using android-ndk-r25c (Android (9352603, based on r450784d1) clang version 14.0.7), which can be solved by removing `LowerSwitchPass`. > > ```diff > >...