-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-codegenArea: Code generationArea: Code generationE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
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.
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.