Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate activating the IRCE LLVM pass #22987

Closed
huonw opened this Issue Mar 3, 2015 · 2 comments

Comments

Projects
None yet
3 participants
@huonw
Copy link
Member

huonw commented Mar 3, 2015

"Inductive range check elimination" may help remove bounds checks inside loops. That said, the extra compilation time required to run the pass may not be worth it (since our iterators work well).

http://llvm.org/docs/Frontend/PerformanceTips.html

@gnzlbg

This comment has been minimized.

Copy link
Contributor

gnzlbg commented Mar 20, 2015

+1

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Jun 1, 2017

Closing old wishlist.

@brson brson closed this Jun 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.