You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All must-expand intrinsics should execute through R2R when it is available. For scenarios where R2R is not present (for example, in interpreter-only), the same intrinsics should be executed using an interpreter implementation.
Tasks
Identify all must-expand intrinsics that currently rely on R2R
Verify that each intrinsic correctly executes through R2R
Implement interpreter-based fallbacks for intrinsics when R2R data is not present
Add tests to validate that both R2R and interpreter modes produce identical results
Run the tests on iOS and tvOS interpreter configurations to confirm expected behavior