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
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
There will ultimately be many candidates but for now we can look at some of the float/int conversion operations. LLVM has opcodes for these that will lower to calls to the CRT; we want them to lower to calls to EE helpers instead.
No: this requires that we specify a TargetLibraryInfo instance to the backend. There is not currently any way to do this outside of changing our ORC layers s.t. we can add passes the pass manager.
There will ultimately be many candidates but for now we can look at some of the float/int conversion operations. LLVM has opcodes for these that will lower to calls to the CRT; we want them to lower to calls to EE helpers instead.
See TODO.
The text was updated successfully, but these errors were encountered: