Skip to content

Investigate activating the IRCE LLVM pass #22987

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

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

Investigate activating the IRCE LLVM pass #22987

huonw opened this issue Mar 3, 2015 · 2 comments
Labels
A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@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

@huonw huonw added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-codegen Area: Code generation A-optimization labels Mar 3, 2015
@gnzlbg
Copy link
Contributor

gnzlbg commented Mar 20, 2015

+1

@huonw huonw added the I-slow Issue: Problems and improvements with respect to performance of generated code. label Dec 27, 2015
@brson
Copy link
Contributor

brson commented Jun 1, 2017

Closing old wishlist.

@brson brson closed this as completed Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

No branches or pull requests

3 participants