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
This tells LLVM that the function returns, and will hopefully help codegen to place the failing bounds check function calls at the end of the codegen'd function instead of inline with the rest of the code.
It would also be great to have a before/after analysis of some bounds checks to see if this improves codegen at all.
The text was updated successfully, but these errors were encountered:
This tells LLVM that the function returns, and will hopefully help codegen to place the failing bounds check function calls at the end of the codegen'd function instead of inline with the rest of the code.
It would also be great to have a before/after analysis of some bounds checks to see if this improves codegen at all.
The text was updated successfully, but these errors were encountered: